diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |