summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAurora <rind38@disroot.org>2022-03-09 20:27:42 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2022-03-10 14:52:30 +0100
commit8daa60cda08f329cc6dcb852ffd610cf2f2458fd (patch)
treecff9951942d721fb4b6812d6b434c9e97d08c667 /gnu
parent48a6473244806ba876dc15ecd9b702c210f3dd2e (diff)
downloadguix-8daa60cda08f329cc6dcb852ffd610cf2f2458fd.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm4
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")