From 91df99f7f25d7b63ba36d54e41bc33ac6901f22d Mon Sep 17 00:00:00 2001 From: Will Newton Date: Mon, 19 Aug 2013 11:39:55 +0100 Subject: malloc: Add mallopt test. ChangeLog: 2014-05-12 Will Newton * malloc/Makefile (tests): Add tst-mallopt. * malloc/tst-mallopt.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 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 -- cgit v1.2.3