From: Alan T. DeKok Date: Sat, 28 May 2022 14:46:09 +0000 (-0400) Subject: generalize rules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15e8a732bf2c66e4b4aa39572e292c3583bb2d8;p=thirdparty%2Ffreeradius-server.git generalize rules --- diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index f2f95fd8fc4..482c20b0c5b 100644 --- a/src/tests/unit/all.mk +++ b/src/tests/unit/all.mk @@ -67,7 +67,7 @@ test.unit.condition: $(addprefix $(OUTPUT)/,$(filter condition/%.txt,$(FILES))) # # Add special command-line flag for purify tests. # -$(BUILD_DIR)/tests/unit/xlat/purify.txt $(BUILD_DIR)/tests/unit/xlat/cond_base.txt: PURIFY=-p +$(BUILD_DIR)/tests/unit/xlat/purify.txt $(filter $(BUILD_DIR)/tests/unit/xlat/cond_%,$(FILES.$(TEST))): PURIFY=-p # # And the actual script to run each test.