mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs
They are already covered through the tests variable.
This commit is contained in:
parent
48bd8cda09
commit
990c32b93a
@ -1,3 +1,8 @@
|
||||
2017-06-09 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* malloc/Makefile (test-srcs): Remove tst-dynarray,
|
||||
tst-dynarray-fail.
|
||||
|
||||
2017-06-09 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
Expose TEST_VERIFY_EXIT process termination to GCC optimizers.
|
||||
|
@ -53,7 +53,7 @@ tests-static += tst-malloc-usable-static-tunables
|
||||
endif
|
||||
|
||||
tests += $(tests-static)
|
||||
test-srcs = tst-mtrace tst-dynarray tst-dynarray-fail
|
||||
test-srcs = tst-mtrace
|
||||
|
||||
routines = malloc morecore mcheck mtrace obstack reallocarray \
|
||||
scratch_buffer_grow scratch_buffer_grow_preserve \
|
||||
|
Loading…
Reference in New Issue
Block a user