]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
force new conditions
authorAlan T. DeKok <aland@freeradius.org>
Sun, 27 Aug 2023 13:57:13 +0000 (09:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 27 Aug 2023 13:57:13 +0000 (09:57 -0400)
src/tests/modules/all.mk

index f45f13b454c207ef977c5545d6f662a06cd172c2..deae7edcf6fb3450771407a931d8c24a2308d47a 100644 (file)
@@ -75,11 +75,9 @@ $(foreach x, $(FILES), $(eval $$(OUTPUT.$(TEST))/$x: $(patsubst %,$(BUILD_DIR)/l
 $(foreach x, $(filter sql_%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: $(patsubst %,$(BUILD_DIR)/lib/rlm_sql.la,$(patsubst %/,%,$(firstword $(subst /, ,$(dir $x)))))))
 
 #
-#  Migration support.  Some of the tests don't run under the new
-#  conditions, so we don't run them under the new conditions.
+#  Migration support.  Everything supports the new conditions.
 #
-$(foreach x, $(filter ldap% sql_%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: NEW_COND=-S use_new_conditions=no))
-$(foreach x, $(filter-out ldap% sql_%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: NEW_COND=-S use_new_conditions=yes))
+$(foreach x, $(FILES),$(eval $$(OUTPUT.$(TEST))/$x: NEW_COND=-S use_new_conditions=yes))
 
 #
 #  Files in the output dir depend on the unit tests