2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

[rt46602] Allow parallel run of new dynamic port tests and the old ones

This commit is contained in:
Ondřej Surý
2017-10-18 17:20:20 +02:00
committed by Stephen Morris
parent caaec1ef6d
commit 3b14d54fd7

View 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):