]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Make doth system test conditional
authorMark Andrews <marka@isc.org>
Tue, 24 Aug 2021 04:00:06 +0000 (14:00 +1000)
committerMark Andrews <marka@isc.org>
Wed, 25 Aug 2021 00:14:50 +0000 (00:14 +0000)
bin/tests/system/Makefile.am

index 03214a878834613a1c30eabfcab8f6cc7d4b4d92..2b32330dac829918e4df0ea2e86ecbdccb458b02 100644 (file)
@@ -84,6 +84,11 @@ TESTS +=             \
        rpzrecurse
 endif HAVE_PERLMOD_NET_DNS
 
+if HAVE_LIBNGHTTP2
+TESTS +=               \
+       doth
+endif
+
 TESTS +=                       \
        acl                     \
        additional              \
@@ -103,7 +108,6 @@ TESTS +=                    \
        dlz                     \
        dlzexternal             \
        dns64                   \
-       doth                    \
        dscp                    \
        dsdigest                \
        dyndb                   \