]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Can't test rlm_crl if FreeRADIUS was built without SSL
authorNick Porter <nick@portercomputing.co.uk>
Wed, 11 Jun 2025 09:04:22 +0000 (10:04 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 11 Jun 2025 09:04:22 +0000 (10:04 +0100)
src/tests/modules/all.mk

index 5c11ce639ace4453937fe41ae95b53c8057b48e9..a41727909c20bb8859725536144953d257d46427 100644 (file)
@@ -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.
 #