summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-01-07 10:45:06 +0100
committerLudovic Courtès <ludo@gnu.org>2018-01-07 23:59:30 +0100
commit6c163e491617d431149bbe54aa4ba9bef9530c83 (patch)
tree8fc5f9b17174951474c7c995e077ae65179b682c /Makefile.am
parent60b6c6fcc5dd3a9becded4ace160746fb0d9e548 (diff)
downloadcuirass-6c163e491617d431149bbe54aa4ba9bef9530c83.tar
cuirass-6c163e491617d431149bbe54aa4ba9bef9530c83.tar.gz
build: Update 'test-driver.scm' from Guix.
* build-aux/test-driver.scm: Update from current Guix. * Makefile.am (SCM_LOG_DRIVER): Add -L and -e flags.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0fff919..3a3740f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,9 +52,10 @@ AM_TESTS_ENVIRONMENT = \
testsrcdir='$(abs_top_srcdir)/tests' \
testbuilddir='$(abs_top_builddir)/tests'
-SCM_LOG_DRIVER = \
- $(builddir)/pre-inst-env $(GUILE) \
- $(srcdir)/build-aux/test-driver.scm
+SCM_LOG_DRIVER = \
+ $(top_builddir)/pre-inst-env $(GUILE) \
+ -L "$(abs_top_srcdir)" -e main \
+ $(top_srcdir)/build-aux/test-driver.scm
SH_LOG_COMPILER = $(top_builddir)/pre-inst-env $(SHELL)
AM_SH_LOG_FLAGS = -x -e