summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
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 f55e8c6d..93e14ed3 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -139,7 +139,7 @@ $(TESTSUITE): tests/package.m4 \
mv $@.tmp $@
# Factor out invocation of the testsuite script.
-run_testsuite = $(SHELL) $(TESTSUITE) -C tests
+run_testsuite = $(SHELL) $(TESTSUITE) -C tests MAKE=$(MAKE)
# Avoid a race condition that would make parallel "distclean" fail.
# The rule in clean-local tests for existence of $(TESTSUITE), and