]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix #162
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 20:49:07 +0000 (22:49 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 20:49:07 +0000 (22:49 +0200)
Skip tests that require OpenSSL with --without-ssl

test/test_all.sh

index 1859218e231ab6a59ffd246b8ac81a689f594c26..4bde7432da2a7925eddae897355513aa11d932fc 100755 (executable)
@@ -40,6 +40,11 @@ $TPKG -a ../.. fake 31-load-pyldnsx.tpkg
 $TPKG -a ../.. fake 32-unbound-regression.tpkg
 $TPKG -a ../.. fake 999-compile-nossl.tpkg
 command -v indent || $TPKG -a ../.. fake codingstyle.tpkg
+grep -q '^#define HAVE_SSL 1' ../ldns/config.h || (
+       $TPKG -a ../.. fake 19-keygen.tpkg
+       $TPKG -a ../.. fake 20-sign-zone.tpkg
+       $TPKG -a ../.. fake 25-ZONEMD.tpkg
+)
 
 failed=0
 for tests in *.tpkg