]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
depend on the process module, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 14 Feb 2023 13:06:08 +0000 (08:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 14 Feb 2023 13:13:03 +0000 (08:13 -0500)
src/tests/tacacs/all.mk

index 4890b4bb06456702e3df179e591819099946eec9..fc9f14f05b326cf58ef899503ca05599612c7233 100644 (file)
@@ -46,7 +46,7 @@ $(eval $(call RADIUSD_SERVICE,radiusd,$(OUTPUT)))
 #
 #      Run the tacacs_client commands against the radiusd.
 #
-$(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/lib/libfreeradius-tacacs.la | $(TEST).radiusd_kill $(TEST).radiusd_start
+$(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/lib/libfreeradius-tacacs.la $(BUILD_DIR)/lib/process_tacacs.la | $(TEST).radiusd_kill $(TEST).radiusd_start
        $(eval TARGET   := $(notdir $<))$(E)
        $(eval CMD_TEST := $(patsubst %.txt,%.cmd,$<))
        $(eval EXPECTED := $(patsubst %.txt,%.out,$<))