]> 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)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 14:57:51 +0000 (14:57 +0000)
bin/tests/system/Makefile.in

index 484bccf2fb25fe82d8a5457203216badb67bd659..8af2b5d8a9839a36c8d34dce745778003220e353 100644 (file)
@@ -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):