gnu: cl-fast-http: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-fast-http)[arguments]: Add 'asd-systems'
  parameter. Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Aurora 2022-03-09 20:27:44 +00:00 committed by Guillaume Le Vaillant
parent 3c5da3329d
commit af5252d5f1
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4435,9 +4435,7 @@ (define-public sbcl-fast-http
(base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
(build-system asdf-build-system/sbcl)
(arguments
;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
;; required by #<SYSTEM "fast-http">. Why?
`(#:tests? #f))
'(#:asd-systems '("fast-http-test" "fast-http")))
(native-inputs
`(("sbcl-prove" ,sbcl-prove)
("cl-syntax" ,sbcl-cl-syntax)))