guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/22: gnu: sbcl-cl-heap: Re-enable tests.


From: guix-commits
Subject: 12/22: gnu: sbcl-cl-heap: Re-enable tests.
Date: Wed, 3 Aug 2022 10:48:09 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 95010a12262bceeed54ff3d07f1141f4362fb3d6
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 20:30:32 2022 +0200

    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>
---
 gnu/packages/lisp-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]