From 95010a12262bceeed54ff3d07f1141f4362fb3d6 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 4 Jul 2022 20:30:32 +0200 Subject: 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 --- gnu/packages/lisp-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/lisp-xyz.scm') 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 -- cgit 1.4.1