]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
allow tests without the full re-run of all tests
authorAlan T. DeKok <aland@freeradius.org>
Mon, 16 Mar 2026 15:27:51 +0000 (11:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Mar 2026 18:19:21 +0000 (14:19 -0400)
src/tests/depends.mk

index 99bb63c4561471f0dbacb9bcc8bf70fd06b14019..8bbc98c38f8e6e83e6f9be74a4a595a5669c0892 100644 (file)
@@ -1,3 +1,4 @@
+ifneq "$(DEPENDS)" ""
 #
 #  Track inter-test dependencies.
 #
@@ -68,3 +69,5 @@ $(foreach x,$(FILES.test.${1}),$(eval $(call TEST_ALL_DEPS_INNER,${1},$x)))
 endef
 
 $(foreach x,$(TEST_ALL_ORDER),$(eval $(call TEST_ALL_DEPS,$x)))
+
+endif