* malloc/Makefile (tests): Add tst-obstack.
This commit is contained in:
Ulrich Drepper 2000-10-24 08:25:05 +00:00
parent 84832e0528
commit f3e7f6080f
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View 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 \