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:
Aurora 2022-03-09 20:27:40 +00:00 committed by Guillaume Le Vaillant
parent 5a809551dc
commit bbd1d7f975
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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