]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tests depend on the tacacs protocol library, too
authorAlan T. DeKok <aland@freeradius.org>
Sun, 12 Feb 2023 14:49:44 +0000 (09:49 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 12 Feb 2023 15:42:23 +0000 (10:42 -0500)
src/tests/tacacs/all.mk

index 447f7c28d6c7f57a537684a2757b7f584d74dff4..4890b4bb06456702e3df179e591819099946eec9 100644 (file)
@@ -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,$<))