From: Alan T. DeKok Date: Mon, 16 Mar 2026 15:27:51 +0000 (-0400) Subject: allow tests without the full re-run of all tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f0803b0f3138af8737f70a434e21d9695398d0;p=thirdparty%2Ffreeradius-server.git allow tests without the full re-run of all tests --- diff --git a/src/tests/depends.mk b/src/tests/depends.mk index 99bb63c4561..8bbc98c38f8 100644 --- a/src/tests/depends.mk +++ b/src/tests/depends.mk @@ -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