summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-12-22 23:14:44 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2018-07-13 03:53:06 (GMT)
commit2f07e92adb7060045e9e8601126e5ec071091c42 (patch)
tree0c47c61ae267c7c27614552e9f0abc13c091eebb /Makefile.in
parent07b89c76736313159e952648a9df3bdcfe57eda2 (diff)
downloadjemalloc-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.in1
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 \