guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: cl-proc-parse: Fix tests.


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

glv pushed a commit to branch master
in repository guix.

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

    gnu: cl-proc-parse: Fix tests.
    
    * gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[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, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7f5d3eda0e..88a8669db0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2410,8 +2410,8 @@ named color.")
       (native-inputs
        (list sbcl-prove))
       (arguments
-       ;; TODO: Tests don't find "proc-parse-test", why?
-       `(#:tests? #f))
+       '(#:asd-systems '("proc-parse-test"
+                        "proc-parse")))
       (synopsis "Procedural vector parser")
       (description
        "This is a string/octets parser library for Common Lisp with speed and



reply via email to

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