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>
parent
664be491a4
commit
95010a1226
|
@ -7759,6 +7759,8 @@ forms in parallel.")
|
|||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-xlunit))
|
||||
(arguments
|
||||
'(#:asd-test-systems '("cl-heap-tests")))
|
||||
(synopsis "Heap and priority queue data structures for Common Lisp")
|
||||
(description
|
||||
"CL-HEAP provides various implementations of heap data structures (a
|
||||
|
|
Reference in New Issue