guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: cl-myway: Fix tests.


From: guix-commits
Subject: 02/11: gnu: cl-myway: Fix tests.
Date: Thu, 10 Mar 2022 09:46:05 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 48a6473244806ba876dc15ecd9b702c210f3dd2e
Author: Aurora <rind38@disroot.org>
AuthorDate: Wed Mar 9 20:27:41 2022 +0000

    gnu: cl-myway: Fix tests.
    
    * gnu/packages/lisp-xyz.scm (sbcl-myway)[arguments]: Add 'asd-systems'
      parameter. Enable tests.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 88a8669db0..196e08306d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4333,9 +4333,7 @@ Lisp. It is intended to be a replacement of PURI.")
         (base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
      (build-system asdf-build-system/sbcl)
      (arguments
-      ;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
-      ;; by #<SYSTEM "myway">. Why?
-      '(#:tests? #f))
+      '(#:asd-systems '("myway-test" "myway")))
      (native-inputs
       (list sbcl-prove))
      (inputs



reply via email to

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