From: Alan T. DeKok Date: Sun, 12 Feb 2023 14:49:44 +0000 (-0500) Subject: tests depend on the tacacs protocol library, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c297f3525a60da93487108c8fe1be3851827d4c8;p=thirdparty%2Ffreeradius-server.git tests depend on the tacacs protocol library, too --- diff --git a/src/tests/tacacs/all.mk b/src/tests/tacacs/all.mk index 447f7c28d6c..4890b4bb064 100644 --- a/src/tests/tacacs/all.mk +++ b/src/tests/tacacs/all.mk @@ -46,7 +46,7 @@ $(eval $(call RADIUSD_SERVICE,radiusd,$(OUTPUT))) # # Run the tacacs_client commands against the radiusd. # -$(OUTPUT)/%: $(DIR)/% | $(TEST).radiusd_kill $(TEST).radiusd_start +$(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/lib/libfreeradius-tacacs.la | $(TEST).radiusd_kill $(TEST).radiusd_start $(eval TARGET := $(notdir $<))$(E) $(eval CMD_TEST := $(patsubst %.txt,%.cmd,$<)) $(eval EXPECTED := $(patsubst %.txt,%.out,$<))