diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-24 08:25:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-24 08:25:05 +0000 |
commit | f3e7f6080f916b051b309a44fef68a045a3aad3b (patch) | |
tree | 8f6b905d332aa1c6c795b54527313c2c4a38bea0 /malloc | |
parent | 84832e0528058662f1294e40dfd506ea0133487b (diff) | |
download | glibc-f3e7f6080f916b051b309a44fef68a045a3aad3b.tar glibc-f3e7f6080f916b051b309a44fef68a045a3aad3b.tar.gz glibc-f3e7f6080f916b051b309a44fef68a045a3aad3b.tar.bz2 glibc-f3e7f6080f916b051b309a44fef68a045a3aad3b.zip |
Update.
* malloc/Makefile (tests): Add tst-obstack.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 8b1313ebae..d69d49bbd3 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -25,7 +25,7 @@ all: dist-headers := malloc.h headers := $(dist-headers) obstack.h mcheck.h -tests := mallocbug tst-malloc tst-valloc tst-calloc +tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack test-srcs = tst-mtrace distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memusage.h \ |