diff options
author | Aurora <rind38@disroot.org> | 2022-03-09 20:27:40 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-03-10 14:48:33 +0100 |
commit | bbd1d7f975039589668554e2ec7d5bead72c85b1 (patch) | |
tree | 67c268ea09f54ca4d036b44fa4db5bd725821565 /gnu | |
parent | 5a809551dcc0ba92544786dd9e2bffec88b14160 (diff) | |
download | guix-bbd1d7f975039589668554e2ec7d5bead72c85b1.tar.gz |
gnu: cl-proc-parse: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 7f5d3eda0e..88a8669db0 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -2410,8 +2410,8 @@ named color.") (native-inputs (list sbcl-prove)) (arguments - ;; TODO: Tests don't find "proc-parse-test", why? - `(#:tests? #f)) + '(#:asd-systems '("proc-parse-test" + "proc-parse"))) (synopsis "Procedural vector parser") (description "This is a string/octets parser library for Common Lisp with speed and |