diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | malloc/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0acbe88f30..4fef78c7ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * support/support_test_verify_impl.c (support_test_verify_exit_impl): Split from diff --git a/malloc/Makefile b/malloc/Makefile index af025cbb24..14c13f17dc 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -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 \ |