mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove redundant dependency checks for system tests
Dependencies for these tests are already checked in prereq.sh - if the dependencies are missing, these tests will be skipped. The extra dependency check in Makefile.am is extraneous and only applied for the legacy test runner.
This commit is contained in:
parent
d4502206a1
commit
807f67b1cd
1 changed files with 3 additions and 13 deletions
|
|
@ -81,11 +81,6 @@ TESTS += \
|
|||
rpzrecurse
|
||||
endif HAVE_PERLMOD_NET_DNS
|
||||
|
||||
if HAVE_LIBNGHTTP2
|
||||
TESTS += \
|
||||
doth
|
||||
endif
|
||||
|
||||
TESTS += \
|
||||
acl \
|
||||
additional \
|
||||
|
|
@ -107,6 +102,8 @@ TESTS += \
|
|||
dispatch \
|
||||
dlzexternal \
|
||||
dns64 \
|
||||
dnstap \
|
||||
doth \
|
||||
dsdigest \
|
||||
dyndb \
|
||||
ecdsa \
|
||||
|
|
@ -141,6 +138,7 @@ TESTS += \
|
|||
notify \
|
||||
nsec3 \
|
||||
nslookup \
|
||||
nzd2nzf \
|
||||
padding \
|
||||
pending \
|
||||
pipelined \
|
||||
|
|
@ -176,10 +174,6 @@ TESTS += \
|
|||
xferquota \
|
||||
zonechecks
|
||||
|
||||
if HAVE_LMDB
|
||||
TESTS += nzd2nzf
|
||||
endif # HAVE_LMDB
|
||||
|
||||
if HAVE_PERLMOD_NET_DNS
|
||||
|
||||
TESTS += \
|
||||
|
|
@ -192,10 +186,6 @@ TESTS += \
|
|||
upforwd \
|
||||
zero
|
||||
|
||||
if HAVE_DNSTAP
|
||||
TESTS += dnstap
|
||||
endif
|
||||
|
||||
if HAVE_PERLMOD_FILE_FETCH
|
||||
TESTS += statschannel
|
||||
endif HAVE_PERLMOD_FILE_FETCH
|
||||
|
|
|
|||
Loading…
Reference in a new issue