diff options
| author | Jason Evans <jasone@canonware.com> | 2016-05-17 14:58:56 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-06-03 12:27:41 -0700 |
| commit | fc0372a15e6486d69e6f5f4c2b656aafbb013850 (patch) | |
| tree | aeb433f4ae8ab1fbc0af6dffa71f44e0dc927bbe /Makefile.in | |
| parent | ffa45a53314d3ff4376c753c5609689d0f65f0e8 (diff) | |
| download | platform_external_jemalloc_new-fc0372a15e6486d69e6f5f4c2b656aafbb013850.tar.gz platform_external_jemalloc_new-fc0372a15e6486d69e6f5f4c2b656aafbb013850.tar.bz2 platform_external_jemalloc_new-fc0372a15e6486d69e6f5f4c2b656aafbb013850.zip | |
Replace extent_tree_szad_* with extent_heap_*.
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 8cd6af98..7d73155a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,6 +136,7 @@ TESTS_UNIT := \ $(srcroot)test/unit/bitmap.c \ $(srcroot)test/unit/ckh.c \ $(srcroot)test/unit/decay.c \ + $(srcroot)test/unit/extent_quantize.c \ $(srcroot)test/unit/fork.c \ $(srcroot)test/unit/hash.c \ $(srcroot)test/unit/junk.c \ |
