diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 23:53:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 23:53:40 +0000 |
commit | aa780baba8ddf1845a5b8caeeaf98d2149fb68b8 (patch) | |
tree | 4a1700fe52068d5f8e8db7dc0845f9fd47cb81e8 /malloc/Makefile | |
parent | c49b2a4e55127452b9f9b8cd307be150a8c0e3b6 (diff) | |
download | glibc-aa780baba8ddf1845a5b8caeeaf98d2149fb68b8.tar glibc-aa780baba8ddf1845a5b8caeeaf98d2149fb68b8.tar.gz glibc-aa780baba8ddf1845a5b8caeeaf98d2149fb68b8.tar.bz2 glibc-aa780baba8ddf1845a5b8caeeaf98d2149fb68b8.zip |
Update.
* malloc/Makefile (tests): Add tst-calloc.
* malloc/tst-calloc.c: New file.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 53094ac560..639145c179 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 +tests := mallocbug tst-malloc tst-valloc tst-calloc distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h |