From: Ondřej Surý Date: Wed, 18 Oct 2017 15:20:20 +0000 (+0200) Subject: [rt46602] Allow parallel run of new dynamic port tests and the old ones X-Git-Tag: v9.13.0~158^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b14d54fd7ab9afec9081d51ba0d11d94ca77f6c;p=thirdparty%2Fbind9.git [rt46602] Allow parallel run of new dynamic port tests and the old ones --- diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 484bccf2fb2..8af2b5d8a98 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):