From: Florian Weimer Date: Wed, 4 Feb 2026 08:46:07 +0000 (+0100) Subject: Rules: Set up test infrastructure if tests-container is set X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bea40d7c8749a915a6d38f08aa1b44f5628cd8a;p=thirdparty%2Fglibc.git Rules: Set up test infrastructure if tests-container is set Previously, if a subdirectory had only container-based tests (via tests-container), the Makefile rules for the test infrastructure were excluded. --- diff --git a/Rules b/Rules index b07400a979..9d8587a148 100644 --- a/Rules +++ b/Rules @@ -372,7 +372,7 @@ $(1)-mcheck-ENV = LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so endef $(foreach t,$(tests-mcheck),$(eval $(call mcheck-ENVS,$(t)))) -ifneq "$(strip $(tests) $(tests-internal) $(xtests) $(test-srcs))" "" +ifneq "$(strip $(tests) $(tests-container) $(tests-internal) $(xtests) $(test-srcs))" "" # These are the implicit rules for making test outputs # from the test programs and whatever input files are present.