]> sourceware.org Git - glibc.git/commitdiff
Rules: Also build memcheck tests even when not running them master
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 20 Aug 2024 14:22:07 +0000 (16:22 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 20 Aug 2024 14:23:03 +0000 (16:23 +0200)
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)")

Rules

diff --git a/Rules b/Rules
index 9010c5d5b269a805bfcf9965cc8f623cfd1065ba..27846abf82b65f60b7dfc35690d3648551032bb7 100644 (file)
--- 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)
This page took 0.042843 seconds and 5 git commands to generate.