From aa780baba8ddf1845a5b8caeeaf98d2149fb68b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Apr 2000 23:53:40 +0000 Subject: Update. * malloc/Makefile (tests): Add tst-calloc. * malloc/tst-calloc.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 53094ac..639145c 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 -- cgit v1.1