]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
test depends on the output files
authorAlan T. DeKok <aland@freeradius.org>
Mon, 14 Oct 2019 14:33:04 +0000 (10:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 14 Oct 2019 14:35:07 +0000 (10:35 -0400)
src/tests/eapol_test/all.mk

index a99dde6d89255781b9e2fb1e9e43c8f75d2d30f8..fb06b702fcbc9d2254e00f9465674b92a7af3b28 100644 (file)
@@ -136,6 +136,8 @@ ifneq "$(filter aka sim,$(EAP_TYPES))" ""
 $(foreach X,aka sim aka_prime,$(eval $(OUTPUT)/${X}.ok: $(CONFIG_PATH)/sites-enabled/${X} $(CONFIG_PATH)/mods-enabled/${X}))
 endif
 
+$(TEST): $(EAPOL_OK_FILES)
+
 else
 #
 #  Build rules and the make file get evaluated at different times