From 3b14d54fd7ab9afec9081d51ba0d11d94ca77f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 18 Oct 2017 17:20:20 +0200 Subject: [PATCH] [rt46602] Allow parallel run of new dynamic port tests and the old ones --- bin/tests/system/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 484bccf2fb..8af2b5d8a9 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -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):