From 215c7d43444a64fcb571381ebcd39c7514c7b4ff Mon Sep 17 00:00:00 2001 From: Will Newton Date: Fri, 16 Aug 2013 17:06:10 +0100 Subject: malloc: Add memalign test. ChangeLog: 2013-10-04 Will Newton * malloc/Makefile: Add tst-memalign. * malloc/tst-memalign.c: New file. --- malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/Makefile') 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 -- cgit 1.4.1