summaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-16 22:57:57 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-16 22:57:57 +0000
commitbe8c1500c7ce61b478cdc827705054c054386258 (patch)
tree14c1b55b8926a6a7ff7b80cf93f414c4968a5cdc /malloc/Makefile
parent68631c8eb92ff38d9da1ae34f6aa048539b199cc (diff)
downloadglibc-be8c1500c7ce61b478cdc827705054c054386258.tar.gz
* malloc/tst-trim1.c: New file.
* malloc/Makefile (tests): Add tst-trim1.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index c39eae5474..22b14eac77 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-1999, 2000, 2001, 2002, 2003, 2005, 2006
+# Copyright (C) 1991-1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007
# Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -27,7 +27,7 @@ all:
dist-headers := malloc.h
headers := $(dist-headers) obstack.h mcheck.h
tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
- tst-mallocstate tst-mcheck tst-mallocfork
+ tst-mallocstate tst-mcheck tst-mallocfork tst-trim1
test-srcs = tst-mtrace
distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memusage.h \