guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: sbcl-hdf5-cffi: Enable tests.


From: guix-commits
Subject: 14/22: gnu: sbcl-hdf5-cffi: Enable tests.
Date: Wed, 3 Aug 2022 10:48:10 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit c1b4608ac5247938ccae30ad90ac82d1d23eff43
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 20:50:06 2022 +0200

    gnu: sbcl-hdf5-cffi: Enable tests.
    
    * gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[arguments]: Do it.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5fc107f1ce..946b68cdf1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9575,11 +9575,7 @@ them as PNG files.")
       (native-inputs
        (list sbcl-fiveam))
       (arguments
-       `(;; Tests depend on hdf5-cffi.examples.asd in addition to 
hdf5-cffi.asd,
-         ;; I don't know if there is a way to tell asdf-build-system to load
-         ;; an additional system first, so tests are disabled.
-         #:tests? #f
-         #:phases
+       `(#:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'fix-paths
              (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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