summaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-16 17:06:10 +0100
committerWill Newton <will.newton@linaro.org>2013-10-04 09:12:59 +0100
commit215c7d43444a64fcb571381ebcd39c7514c7b4ff (patch)
treec02b32894c7b726eb399a154e484f0751dcca3b0 /malloc/Makefile
parent4cb81307b3771672864fa3a7498bd39c13267a00 (diff)
malloc: Add memalign test.
ChangeLog: 2013-10-04 Will Newton <will.newton@linaro.org> * malloc/Makefile: Add tst-memalign. * malloc/tst-memalign.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 17d146b6bb..d482879046 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-pvalloc tst-memalign
test-srcs = tst-mtrace
routines = malloc morecore mcheck mtrace obstack