From: Nick Porter Date: Tue, 23 May 2023 09:49:04 +0000 (+0100) Subject: rlm_mschap is also already built if we're doing package tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba67c24417c606fe340a8ec1c5f45eed7963640;p=thirdparty%2Ffreeradius-server.git rlm_mschap is also already built if we're doing package tests --- diff --git a/src/tests/eapol_test/all.mk b/src/tests/eapol_test/all.mk index f9e6770c56a..75dc0b9927d 100644 --- a/src/tests/eapol_test/all.mk +++ b/src/tests/eapol_test/all.mk @@ -73,10 +73,12 @@ endif endef $(foreach x,$(patsubst $(DIR)/%.conf,%,$(EAPOL_TEST_FILES)),$(eval $(call ADD_TEST_EAP,$x))) +ifeq "$(PACKAGE_TEST)" "" # # The EAP-MSCHAPv2 module calls MSCHAP to do the dirty work. # $(OUTPUT)/mschapv2.ok: rlm_mschap.la +endif # # Generic rules to start / stop the radius service.