From: Arran Cudbard-Bell Date: Mon, 11 Mar 2019 11:34:09 +0000 (+0800) Subject: Fix circular dependency which causes the tests to always run X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da55e71543c9b230abecb8eda2dccce3f152bc14;p=thirdparty%2Ffreeradius-server.git Fix circular dependency which causes the tests to always run --- diff --git a/src/tests/xlat/all.mk b/src/tests/xlat/all.mk index 3a8725e878c..f0b8e74d749 100644 --- a/src/tests/xlat/all.mk +++ b/src/tests/xlat/all.mk @@ -24,8 +24,6 @@ $(BUILD_DIR)/tests/xlat: # build/tests/keywords/FOO updated if the test succeeds # build/tests/keywords/FOO.log debug output for the test # -# Auto-depend on modules via $(shell grep INCLUDE $(DIR)/radiusd.conf | grep mods-enabled | sed 's/.*}/raddb/')) -# # If the test fails, then look for ERROR in the input. No error # means it's unexpected, so we die. # @@ -50,8 +48,6 @@ TESTS.XLAT_FILES := $(addprefix $(BUILD_DIR)/tests/xlat/,$(XLAT_FILES)) # tests.xlat: $(TESTS.XLAT_FILES) -$(TESTS.XLAT_FILES): $(TESTS.UNIT_FILES) - .PHONY: clean.tests.xlat clean.tests.xlat: ${Q}rm -rf $(BUILD_DIR)/tests/xlat/