diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index edca6a9..84cbf23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,14 +124,17 @@ DISTCLEANFILES = src/mcron/config.scm ## Test suite. ## ## ------------ ## -TEST_EXTENSIONS = .scm +TEST_EXTENSIONS = .scm .sh AM_TESTS_ENVIRONMENT = env GUILE_AUTO_COMPILE='0' +SH_LOG_COMPILER = ./pre-inst-env $(SHELL) + SCM_LOG_DRIVER = \ $(builddir)/pre-inst-env $(GUILE) \ $(srcdir)/build-aux/test-driver.scm TESTS = \ + tests/basic.sh \ tests/environment.scm \ tests/job-specifier.scm @@ -160,6 +163,7 @@ gen-ChangeLog: EXTRA_DIST = \ bootstrap \ build-aux/guix.scm \ + tests/init.sh \ $(TESTS) ## -------------- ## |