Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Oct 2000 08:25:05 +0000 (08:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Oct 2000 08:25:05 +0000 (08:25 +0000)
* malloc/Makefile (tests): Add tst-obstack.

ChangeLog
malloc/Makefile

index 8433431..4467c47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        block.
        * malloc/tst-obstack.c: New file.
        Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
+       * malloc/Makefile (tests): Add tst-obstack.
 
        Complete revamp of the reference counter handling.
        * include/link.h (struct link_map): Add l_idx field.
index 8b1313e..d69d49b 100644 (file)
@@ -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 \