if tests that take a particularly long time to complete
(serve-stale, dnssec, rpzrecurse) are run first, a parallel
run of the system tests can finish 1-2 minutes faster.
$(LDADD) \
$(LIBDNS_LIBS)
-TESTS = \
+TESTS =
+
+if HAVE_PERLMOD_TIME_HIRES
+TESTS += serve-stale
+endif HAVE_PERLMOD_TIME_HIRES
+
+if HAVE_PERLMOD_NET_DNS
+TESTS += \
+ dnssec \
+ rpzrecurse
+endif HAVE_PERLMOD_NET_DNS
+
+TESTS += \
acl \
additional \
addzone \
TESTS += \
digdelv \
- dnssec \
fetchlimit \
forward \
ixfr \
nsupdate \
resolver \
- rpzrecurse \
statistics \
upforwd \
zero
TESTS += xfer
endif HAVE_PERLMOD_DIGEST_HMAC
-if HAVE_PERLMOD_TIME_HIRES
-TESTS += serve-stale
-endif HAVE_PERLMOD_TIME_HIRES
-
if HAVE_PERLMOD_NET_DNS_NAMESERVER
TESTS += reclimit
endif HAVE_PERLMOD_NET_DNS_NAMESERVER