gnu: sbcl-cl-heap: Re-enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-cl-heap)[arguments]: Specify the name of the test system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
664be491a4
commit
95010a1226
1 changed files with 2 additions and 0 deletions
|
@ -7759,6 +7759,8 @@ forms in parallel.")
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-xlunit))
|
(list sbcl-xlunit))
|
||||||
|
(arguments
|
||||||
|
'(#:asd-test-systems '("cl-heap-tests")))
|
||||||
(synopsis "Heap and priority queue data structures for Common Lisp")
|
(synopsis "Heap and priority queue data structures for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"CL-HEAP provides various implementations of heap data structures (a
|
"CL-HEAP provides various implementations of heap data structures (a
|
||||||
|
|
Reference in a new issue