]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
swap order of evaluation again
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Jul 2023 18:04:45 +0000 (14:04 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Jul 2023 18:04:45 +0000 (14:04 -0400)
src/tests/modules/all.mk

index 21cd71bda616db0976b33bc0a15ac423a8d53b27..f45f13b454c207ef977c5545d6f662a06cd172c2 100644 (file)
@@ -58,8 +58,8 @@ endef
 #
 #  Ensure that "rlm_foo.a" is built when we run a module from directory "foo"
 #
-FILES := $(filter-out $(FILES_SKIP),$(FILES))
 $(foreach x,$(FILES),$(eval $(call MODULE_FILTER,$(firstword $(subst /, ,$x)),$x)))
+FILES := $(filter-out $(FILES_SKIP),$(FILES))
 $(eval $(call TEST_BOOTSTRAP))
 
 #