diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-07-04 20:30:32 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-08-03 16:45:54 +0200 |
commit | 95010a12262bceeed54ff3d07f1141f4362fb3d6 (patch) | |
tree | 0a7a5061d6dd84d01ed8a0ed22897ebea9761f7a /gnu | |
parent | 664be491a4272a693f98bb09f2eac1b346354753 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e3b1e2ab9d..dd2c6d3e1d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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 |