]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Allow parallel run of new dynamic port tests and the old ones
authorOndřej Surý <ondrej@sury.org>
Wed, 18 Oct 2017 15:20:20 +0000 (17:20 +0200)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 17:21:00 +0000 (09:21 -0800)
(cherry picked from commit 3b14d54fd7ab9afec9081d51ba0d11d94ca77f6c)
(cherry picked from commit a14bd482685aad21fb81540dab214a60cb8d06fc)
(cherry picked from commit fbd24ff3590145e71cfe4849f6791c2cf73d2372)

bin/tests/system/Makefile.in

index 4e95e20e602afe5ce1a8a160a5e0d06395270040..b9b4e9a5c18bfd3e82f7e77aebf26efc31bf837a 100644 (file)
@@ -52,9 +52,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):