mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +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>
|
2017-06-09 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
Expose TEST_VERIFY_EXIT process termination to GCC optimizers.
|
Expose TEST_VERIFY_EXIT process termination to GCC optimizers.
|
||||||
|
@ -53,7 +53,7 @@ tests-static += tst-malloc-usable-static-tunables
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
tests += $(tests-static)
|
tests += $(tests-static)
|
||||||
test-srcs = tst-mtrace tst-dynarray tst-dynarray-fail
|
test-srcs = tst-mtrace
|
||||||
|
|
||||||
routines = malloc morecore mcheck mtrace obstack reallocarray \
|
routines = malloc morecore mcheck mtrace obstack reallocarray \
|
||||||
scratch_buffer_grow scratch_buffer_grow_preserve \
|
scratch_buffer_grow scratch_buffer_grow_preserve \
|
||||||
|
Loading…
Reference in New Issue
Block a user