mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
5a809551dc
commit
bbd1d7f975
1 changed files with 2 additions and 2 deletions
|
@ -2410,8 +2410,8 @@ named color.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-prove))
|
(list sbcl-prove))
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Tests don't find "proc-parse-test", why?
|
'(#:asd-systems '("proc-parse-test"
|
||||||
`(#:tests? #f))
|
"proc-parse")))
|
||||||
(synopsis "Procedural vector parser")
|
(synopsis "Procedural vector parser")
|
||||||
(description
|
(description
|
||||||
"This is a string/octets parser library for Common Lisp with speed and
|
"This is a string/octets parser library for Common Lisp with speed and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue