summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-05-26 15:29:37 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-05-26 15:29:37 +0200
commit1dcd6068dd3cbd5fd8e041fd6351651b0bdb84ef (patch)
tree5cc12079b26efa33c4f236ce7cc29599e53e0dc0 /tests/local.mk
parent02f16dc79918a64415bbd413d3d9fcde9ea9a85e (diff)
downloadbison-1dcd6068dd3cbd5fd8e041fd6351651b0bdb84ef.tar.gz
tests: take SHELL into account
Reported by Dennis Clarke. http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00053.html * examples/local.mk, tests/local.mk: here.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index c8ee3f02..7c233042 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -85,7 +85,7 @@ $(TESTSUITE): $(TESTSUITE_AT)
## -------------------- ##
# Move into %D%/ so that testsuite.dir etc. be created there.
-RUN_TESTSUITE = $(TESTSUITE) -C %D% $(TESTSUITEFLAGS)
+RUN_TESTSUITE = $(SHELL) $(TESTSUITE) -C %D% $(TESTSUITEFLAGS)
check_SCRIPTS += $(BISON) %D%/atconfig %D%/atlocal
RUN_TESTSUITE_deps = all $(TESTSUITE) $(check_SCRIPTS)