mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[rt46602] Allow parallel run of new dynamic port tests and the old ones
This commit is contained in:
parent
caaec1ef6d
commit
3b14d54fd7
1 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue