From: Alan T. DeKok Date: Sun, 27 Aug 2023 13:57:13 +0000 (-0400) Subject: force new conditions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266ca7eb1f8b155c35babaabaaf26df043239e33;p=thirdparty%2Ffreeradius-server.git force new conditions --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index f45f13b454c..deae7edcf6f 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -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