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