]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove redundant dependency checks for system tests
authorTom Krizek <tkrizek@isc.org>
Mon, 4 Sep 2023 11:41:09 +0000 (13:41 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 20 Sep 2023 08:32:10 +0000 (10:32 +0200)
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.

(cherry picked from commit 807f67b1cd938c3877759c3998cebf21aaddf062)

bin/tests/system/Makefile.am

index 44c186937cf5b63bae2f410b662f641bcf6945ea..8f185728c37472887b3f0eb1891ae467ca718f1b 100644 (file)
@@ -94,11 +94,6 @@ TESTS +=             \
        rpzrecurse
 endif HAVE_PERLMOD_NET_DNS
 
-if HAVE_LIBNGHTTP2
-TESTS +=               \
-       doth
-endif
-
 TESTS +=                       \
        acl                     \
        additional              \
@@ -120,6 +115,8 @@ TESTS +=                    \
        dispatch                \
        dlzexternal             \
        dns64                   \
+       dnstap                  \
+       doth                    \
        dsdigest                \
        dupsigs                 \
        dyndb                   \
@@ -155,6 +152,7 @@ TESTS +=                    \
        notify                  \
        nsec3                   \
        nslookup                \
+       nzd2nzf                 \
        padding                 \
        pending                 \
        pipelined               \
@@ -191,10 +189,6 @@ TESTS +=                   \
        xferquota               \
        zonechecks
 
-if HAVE_LMDB
-TESTS += nzd2nzf
-endif # HAVE_LMDB
-
 if HAVE_PERLMOD_NET_DNS
 
 TESTS +=               \
@@ -207,10 +201,6 @@ TESTS +=           \
        upforwd         \
        zero
 
-if HAVE_DNSTAP
-TESTS += dnstap
-endif
-
 if HAVE_PERLMOD_FILE_FETCH
 TESTS += statschannel
 endif HAVE_PERLMOD_FILE_FETCH