From: Florian Weimer Date: Fri, 9 Jun 2017 12:08:57 +0000 (+0200) Subject: malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs X-Git-Tag: glibc-2.26~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990c32b93a29d8b8d599e10ebca19a260f84cbba;p=thirdparty%2Fglibc.git malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs They are already covered through the tests variable. --- diff --git a/ChangeLog b/ChangeLog index 0acbe88f308..4fef78c7ce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-06-09 Florian Weimer + + * malloc/Makefile (test-srcs): Remove tst-dynarray, + tst-dynarray-fail. + 2017-06-09 Florian Weimer Expose TEST_VERIFY_EXIT process termination to GCC optimizers. diff --git a/malloc/Makefile b/malloc/Makefile index af025cbb243..14c13f17dc9 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 \