mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 00:41:06 +00:00
Rules: Also build memcheck tests even when not running them
This will avoid in the future cases likea57cbbd853
("malloc: Link threading tests with $(shared-thread-library") missing the memcheck cases added in251843e16f
("malloc: Link threading tests with $(shared-thread-library)")
This commit is contained in:
parent
251843e16f
commit
734e7f91e7
6
Rules
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user