From: Willem Toorop Date: Wed, 13 Jul 2022 20:49:07 +0000 (+0200) Subject: Fix #162 X-Git-Tag: 1.8.2-rc.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a61ea273ca32a334cb3f69657d1683d01fb4a7;p=thirdparty%2Fldns.git Fix #162 Skip tests that require OpenSSL with --without-ssl --- diff --git a/test/test_all.sh b/test/test_all.sh index 1859218e..4bde7432 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -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