malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs

They are already covered through the tests variable.
This commit is contained in:
Florian Weimer 2017-06-09 14:08:57 +02:00
parent 48bd8cda09
commit 990c32b93a
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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 \