diff options
author | Aurora <rind38@disroot.org> | 2022-03-09 20:27:42 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-03-10 14:52:30 +0100 |
commit | 8daa60cda08f329cc6dcb852ffd610cf2f2458fd (patch) | |
tree | cff9951942d721fb4b6812d6b434c9e97d08c667 | |
parent | 48a6473244806ba876dc15ecd9b702c210f3dd2e (diff) |
gnu: cl-xsubseq: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-xsubseq)[arguments]: Add 'asd-systems'
parameter. Enable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 196e08306d..37a6e5a5ff 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4366,9 +4366,7 @@ Lisp. It is intended to be a replacement of PURI.") (base32 "1xz79q0p2mclf3sqjiwf6izdpb6xrsr350bv4mlmdlm6rg5r99px")))) (build-system asdf-build-system/sbcl) (arguments - ;; Tests fail with: Component XSUBSEQ-ASD::XSUBSEQ-TEST not found, - ;; required by #<SYSTEM "xsubseq">. Why? - '(#:tests? #f)) + '(#:asd-systems '("xsubseq-test" "xsubseq"))) (native-inputs (list sbcl-prove)) (home-page "https://github.com/fukamachi/xsubseq") |