mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: fennel: Always run tests.
* gnu/packages/lua.scm (fennel)[arguments]: Always enable tests.
This commit is contained in:
parent
209d94fa64
commit
3080a6e7a0
1 changed files with 1 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ (define-public fennel
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
#:tests? #t ; even on cross-build
|
||||
#:test-target "test"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue