From: Alan T. DeKok Date: Fri, 9 May 2025 19:11:10 +0000 (-0400) Subject: this test depends on rlm_radius, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced3c93df148c46a7279bfa2d8fb6ee82b740efa;p=thirdparty%2Ffreeradius-server.git this test depends on rlm_radius, too --- diff --git a/src/tests/radclient/all.mk b/src/tests/radclient/all.mk index 5d935cbb970..dc9fd27a917 100644 --- a/src/tests/radclient/all.mk +++ b/src/tests/radclient/all.mk @@ -43,7 +43,7 @@ $(foreach x,$(FILES),$(eval $(call RADCLIENT_TEST, $x))) # # Run the radclient commands against the radiusd. # -$(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/bin/local/$(RADCLIENT) $(BUILD_DIR)/lib/local/proto_radius.la $(BUILD_DIR)/lib/local/libfreeradius-radius.la | $(TEST).radiusd_kill $(TEST).radiusd_start +$(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/bin/local/$(RADCLIENT) $(BUILD_DIR)/lib/local/proto_radius.la $(BUILD_DIR)/lib/local/rlm_radius.la | $(TEST).radiusd_kill $(TEST).radiusd_start $(eval TARGET := $(notdir $<)$(E)) $(eval TYPE := $(shell echo $(TARGET) | cut -f1 -d '_')) $(eval CMD_TEST := $(patsubst %.txt,%.cmd,$<))