[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: fennel: Always run tests.
From: |
guix-commits |
Subject: |
03/03: gnu: fennel: Always run tests. |
Date: |
Mon, 25 Jan 2021 05:56:16 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 3080a6e7a0b8ecc2b33973435ea3fd48146f68f1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 25 11:10:16 2021 +0200
gnu: fennel: Always run tests.
* gnu/packages/lua.scm (fennel)[arguments]: Always enable tests.
---
gnu/packages/lua.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 80a59c2..b029400 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -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