3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fennel: Always run tests.

* gnu/packages/lua.scm (fennel)[arguments]: Always enable tests.
This commit is contained in:
Efraim Flashner 2021-01-25 11:10:16 +02:00
parent 209d94fa64
commit 3080a6e7a0
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1083,6 +1083,7 @@ shell command executions.")
(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