guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gcl: Enable tests.


From: guix-commits
Subject: 01/01: gnu: gcl: Enable tests.
Date: Mon, 2 Sep 2019 13:47:11 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit b888396d702165ad72cc7331233cce883337a96f
Author: Kei Kebreau <address@hidden>
Date:   Sun Aug 25 11:15:58 2019 -0400

    gnu: gcl: Enable tests.
    
    * gnu/packages/lisp.scm (gcl)[arguments]: Remove #:tests? flag and set the
      #:test-target to "ansi-tests/test_results".
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index a042674..203b671 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -113,7 +113,7 @@
       (build-system gnu-build-system)
       (arguments
        `(#:parallel-build? #f  ; The build system seems not to be thread safe.
-         #:tests? #f  ; There does not seem to be make check or anything 
similar.
+         #:test-target "ansi-tests/test_results"
          #:configure-flags '("--enable-ansi") ; required for use by the maxima 
package
          #:make-flags (list
                        (string-append "GCL_CC=" (assoc-ref %build-inputs "gcc")



reply via email to

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