diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-12-22 23:14:44 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2018-07-13 03:53:06 (GMT) |
commit | 2f07e92adb7060045e9e8601126e5ec071091c42 (patch) | |
tree | 0c47c61ae267c7c27614552e9f0abc13c091eebb /Makefile.in | |
parent | 07b89c76736313159e952648a9df3bdcfe57eda2 (diff) | |
download | jemalloc-2f07e92adb7060045e9e8601126e5ec071091c42.zip jemalloc-2f07e92adb7060045e9e8601126e5ec071091c42.tar.gz jemalloc-2f07e92adb7060045e9e8601126e5ec071091c42.tar.bz2 |
Add lg_ceil to bit_util.
Also, add the bit_util test back to the Makefile.
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 619aae7..a747d6e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,6 +167,7 @@ TESTS_UNIT := \ $(srcroot)test/unit/background_thread_enable.c \ $(srcroot)test/unit/base.c \ $(srcroot)test/unit/bitmap.c \ + $(srcroot)test/unit/bit_util.c \ $(srcroot)test/unit/ckh.c \ $(srcroot)test/unit/decay.c \ $(srcroot)test/unit/div.c \ |