From: Alan T. DeKok Date: Thu, 20 Jul 2023 18:04:45 +0000 (-0400) Subject: swap order of evaluation again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a932b1c482fecc8b9f948e68470e52fb699eee9a;p=thirdparty%2Ffreeradius-server.git swap order of evaluation again --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 21cd71bda61..f45f13b454c 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -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)) #