diff options
author | Jason Evans <jasone@canonware.com> | 2017-05-26 16:52:33 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-05-30 00:27:18 (GMT) |
commit | 4f0963b883ea8a3a9e438f91f866627546a89d0c (patch) | |
tree | 847fca223a3eb05461bcff5fc50eaee82ba5fdf1 /Makefile.in | |
parent | 168793a1c1986890cb8eaeecb320c762ed3b8033 (diff) | |
download | jemalloc-4f0963b883ea8a3a9e438f91f866627546a89d0c.zip jemalloc-4f0963b883ea8a3a9e438f91f866627546a89d0c.tar.gz jemalloc-4f0963b883ea8a3a9e438f91f866627546a89d0c.tar.bz2 |
Add test for excessive retained memory.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 16fe30f..868bf8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,6 +189,7 @@ TESTS_UNIT := \ $(srcroot)test/unit/ql.c \ $(srcroot)test/unit/qr.c \ $(srcroot)test/unit/rb.c \ + $(srcroot)test/unit/retained.c \ $(srcroot)test/unit/rtree.c \ $(srcroot)test/unit/SFMT.c \ $(srcroot)test/unit/size_classes.c \ |