mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue