summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 80683d9a49..ab137d1b67 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -448,7 +448,7 @@ check-no:
check-yes: check-include check-dirs check-conf check/build/config_vars.mk \
check-binaries $(TEST_SUITE_LOCATION)/Makefile
- cd $(TEST_SUITE_LOCATION) && ./t/TEST $(TESTS)
+ cd $(TEST_SUITE_LOCATION) && $(MAKE) && ./t/TEST $(TESTS)
# Run the Apache::Test suite if it has been configured with --with-test-suite.
check: check-$(WITH_TEST_SUITE)