about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-08-20 16:22:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-08-20 16:23:03 +0200
commit734e7f91e752f44984fe42c2384c23a0290b6e56 (patch)
treeb531f9d9a88d926b920631d6563b34be07859c2f
parent251843e16fcec4e2b328577be66dcb2f3fa1c1e7 (diff)
downloadglibc-734e7f91e752f44984fe42c2384c23a0290b6e56.tar.gz
glibc-734e7f91e752f44984fe42c2384c23a0290b6e56.tar.xz
glibc-734e7f91e752f44984fe42c2384c23a0290b6e56.zip
Rules: Also build memcheck tests even when not running them
This will avoid in the future cases like a57cbbd85379 ("malloc: Link
threading tests with $(shared-thread-library") missing the memcheck
cases added in 251843e16fce ("malloc: Link threading tests with
$(shared-thread-library)")
-rw-r--r--Rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/Rules b/Rules
index 9010c5d5b2..27846abf82 100644
--- a/Rules
+++ b/Rules
@@ -145,7 +145,11 @@ others: $(py-const)
 ifeq ($(run-built-tests),no)
 tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported), \
                                           $(tests) $(tests-internal) \
-					  $(tests-container)) \
+					  $(tests-container) \
+					  $(tests-mcheck:%=%-mcheck) \
+					  $(tests-malloc-check:%=%-malloc-check) \
+					  $(tests-malloc-hugetlb1:%=%-malloc-hugetlb1) \
+					  $(tests-malloc-hugetlb2:%=%-malloc-hugetlb2)) \
 			     $(test-srcs)) $(tests-special) \
 			     $(tests-printers-programs)
 xtests: tests $(xtests-special)