summaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-19 11:39:55 +0100
committerWill Newton <will.newton@linaro.org>2014-05-12 12:48:41 +0100
commit91df99f7f25d7b63ba36d54e41bc33ac6901f22d (patch)
treecb190ea8b5cdd4962c9d71658a4d82c456ed58a9 /malloc/Makefile
parent0a982a290552807c82c9ebcca9337cf9f5ddcf2c (diff)
malloc: Add mallopt test.
ChangeLog: 2014-05-12 Will Newton <will.newton@linaro.org> * malloc/Makefile (tests): Add tst-mallopt. * malloc/tst-mallopt.c: New file.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 2871726220..d962331e12 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -27,7 +27,7 @@ headers := $(dist-headers) obstack.h mcheck.h
tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
tst-mallocstate tst-mcheck tst-mallocfork tst-trim1 \
tst-malloc-usable tst-realloc tst-posix_memalign \
- tst-pvalloc tst-memalign
+ tst-pvalloc tst-memalign tst-mallopt
test-srcs = tst-mtrace
routines = malloc morecore mcheck mtrace obstack