mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: gcl: Enable tests.
* gnu/packages/lisp.scm (gcl)[arguments]: Remove #:tests? flag and set the #:test-target to "ansi-tests/test_results".
This commit is contained in:
parent
cc16f90a07
commit
b888396d70
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ (define-public gcl
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue