]> 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 03:28:34 +0000 (19:28 -0800)
(cherry picked from commit 3b14d54fd7ab9afec9081d51ba0d11d94ca77f6c)
(cherry picked from commit a14bd482685aad21fb81540dab214a60cb8d06fc)

bin/tests/system/Makefile.in

index ac9980a1b2a1657ccb405bf3604b0d9eaed488e9..9dbd6a0a4d93bf1b7c86c99a4b950a558b0b16d7 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):