summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-01-07 04:33:48 (GMT)
committerJason Evans <je@fb.com>2014-01-07 04:41:09 (GMT)
commite18c25d23de0e845f0ee7e11d02c1be044738a3c (patch)
tree19102bc43c07f71c763496bb74f7e345dac1020a /Makefile.in
parent8cd0d949779930b63d763c3642de157c9f77e1fd (diff)
downloadjemalloc-e18c25d23de0e845f0ee7e11d02c1be044738a3c.zip
jemalloc-e18c25d23de0e845f0ee7e11d02c1be044738a3c.tar.gz
jemalloc-e18c25d23de0e845f0ee7e11d02c1be044738a3c.tar.bz2
Add util unit tests, and fix discovered bugs.
Add unit tests for pow2_ceil(), malloc_strtoumax(), and malloc_snprintf(). Fix numerous bugs in malloc_strotumax() error handling/reporting. These bugs could have caused application-visible issues for some seldom used (0X... and 0... prefixes) or malformed MALLOC_CONF or mallctl() argument strings, but otherwise they had no impact. Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by existing malloc_*printf() calls, so they had no impact.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 78f16af..470495c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -114,7 +114,7 @@ TESTS_UNIT := $(srcroot)test/unit/bitmap.c $(srcroot)test/unit/ckh.c \
$(srcroot)test/unit/qr.c $(srcroot)test/unit/quarantine.c \
$(srcroot)test/unit/rb.c $(srcroot)test/unit/rtree.c \
$(srcroot)test/unit/SFMT.c $(srcroot)test/unit/stats.c \
- $(srcroot)test/unit/tsd.c
+ $(srcroot)test/unit/tsd.c $(srcroot)test/unit/util.c
TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
$(srcroot)test/integration/allocated.c \
$(srcroot)test/integration/mallocx.c \