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:
committed by
Stephen Morris
parent
caaec1ef6d
commit
3b14d54fd7
@@ -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):
|
||||
|
Reference in New Issue
Block a user