aboutsummaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'malloc')
-rw-r--r--malloc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 037e830..d79d66f 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -33,13 +33,12 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
tst-mallocfork2 \
tst-interpose-nothread \
tst-interpose-thread \
- tst-interpose-static-nothread \
- tst-interpose-static-thread \
tests-static := \
tst-interpose-static-nothread \
tst-interpose-static-thread \
+tests += $(tests-static)
test-srcs = tst-mtrace
routines = malloc morecore mcheck mtrace obstack \