diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 484bccf2fb..8af2b5d8a9 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -45,9 +45,11 @@ feature-test@EXEEXT@: feature-test.@O@ check: test -TESTS = allow_query serve-stale rpzrecurse +TESTS = allow_query serve-stale rpzrecurse alltests test: subdirs $(TESTS) + +alltests: if test -f ./runall.sh; then $(SHELL) ./runall.sh; fi $(TESTS):