mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (define-public sbcl-cl-heap
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue