diff options
author | Aurora <rind38@disroot.org> | 2022-03-09 20:27:45 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-03-10 15:00:33 +0100 |
commit | adbc5e3de609a67c5bdc8db9159521c93812d097 (patch) | |
tree | 8a3f8e9285cda87c91d2da0a71c43a7e3eec2269 /gnu | |
parent | af5252d5f16319d2924c2fb9fa24376b4f10c8c4 (diff) |
gnu: cl-http-body: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-http-body)[native-inputs]: Add
trivial-utf-8.
[arguments]: Add 'asd-systems' parameter. Enable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 560937d9ea..445456aadb 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4612,11 +4612,9 @@ CCL.") (base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0")))) (build-system asdf-build-system/sbcl) (arguments - ;; Tests fail with: Component HTTP-BODY-ASD::HTTP-BODY-TEST not - ;; found, required by #<SYSTEM "http-body">. Why? - `(#:tests? #f)) + '(#:asd-systems '("http-body-test" "http-body"))) (native-inputs - (list sbcl-prove)) + (list sbcl-prove sbcl-trivial-utf-8)) (inputs (list sbcl-fast-http sbcl-jonathan sbcl-quri)) (home-page "https://github.com/fukamachi/http-body") |