]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix circular dependency which causes the tests to always run
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 11:34:09 +0000 (19:34 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 11:38:42 +0000 (19:38 +0800)
src/tests/xlat/all.mk

index 3a8725e878ca00d9d513b11e2b96d84593a1b15a..f0b8e74d749ac16985252a329207a7d4638815e1 100644 (file)
@@ -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/