From 990c32b93a29d8b8d599e10ebca19a260f84cbba Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 9 Jun 2017 14:08:57 +0200 Subject: malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs They are already covered through the tests variable. --- malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/Makefile b/malloc/Makefile index af025cb..14c13f1 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 \ -- cgit v1.1