From e9a61ea273ca32a334cb3f69657d1683d01fb4a7 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 13 Jul 2022 22:49:07 +0200 Subject: [PATCH] Fix #162 Skip tests that require OpenSSL with --without-ssl --- test/test_all.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3