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:
parent
3c5da3329d
commit
af5252d5f1
1 changed files with 1 additions and 3 deletions
|
@ -4435,9 +4435,7 @@ depending on content size.")
|
||||||
(base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
|
(base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
|
'(#:asd-systems '("fast-http-test" "fast-http")))
|
||||||
;; required by #<SYSTEM "fast-http">. Why?
|
|
||||||
`(#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("sbcl-prove" ,sbcl-prove)
|
`(("sbcl-prove" ,sbcl-prove)
|
||||||
("cl-syntax" ,sbcl-cl-syntax)))
|
("cl-syntax" ,sbcl-cl-syntax)))
|
||||||
|
|
Reference in a new issue