diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | malloc/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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. diff --git a/malloc/Makefile b/malloc/Makefile index 8b1313ebae..d69d49bbd3 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 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 \ |