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:
Pierre Neidhardt 2022-07-04 20:30:32 +02:00 committed by Guillaume Le Vaillant
parent 664be491a4
commit 95010a1226
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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