From: Nick Porter Date: Wed, 11 Jun 2025 09:04:22 +0000 (+0100) Subject: Can't test rlm_crl if FreeRADIUS was built without SSL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c75bce150d3ea7101e45f7233dd85708bc3f4ef;p=thirdparty%2Ffreeradius-server.git Can't test rlm_crl if FreeRADIUS was built without SSL --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 5c11ce639ac..a41727909c2 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -36,6 +36,13 @@ ifneq "$(RUN_SLOW_TESTS)" "1" FILES_SKIP += $(filter imap/%,$(FILES)) endif +# +# Don't run crl tests if there's no SSL +# +ifeq "$(OPENSSL_LIBS)" "" + FILES_SKIP += $(filter crl/%,$(FILES)) +endif + # # Figure out what to do with the module. #