From 68e8dcc78f6b52d32a02c8b18eb25f753a232070 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Feb 2000 05:25:08 +0000 Subject: Update. 2000-02-21 Ulrich Drepper * malloc/Makefile (tests): Add tst-valloc. * malloc/tst-valloc.c: New file. --- malloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'malloc/Makefile') diff --git a/malloc/Makefile b/malloc/Makefile index b06cf41d85..53094ac560 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ all: dist-headers := malloc.h headers := $(dist-headers) obstack.h mcheck.h -tests := mallocbug tst-malloc +tests := mallocbug tst-malloc tst-valloc distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h -- cgit 1.4.1