summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-15 07:29:21 (GMT)
committerJason Evans <jasone@canonware.com>2016-11-15 21:08:33 (GMT)
commit2c951545011f201c89765b9ada656e99538d95aa (patch)
tree4fdb5c8bf7a5716ccd504c07a6ac47379d70b2fe /Makefile.in
parenta38acf716eefc5284e89a35be74229ef3545d007 (diff)
downloadjemalloc-2c951545011f201c89765b9ada656e99538d95aa.zip
jemalloc-2c951545011f201c89765b9ada656e99538d95aa.tar.gz
jemalloc-2c951545011f201c89765b9ada656e99538d95aa.tar.bz2
Add packing test, which verifies stable layout policy.
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 e4aaaf2..5e6f0c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -160,6 +160,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/math.c \
$(srcroot)test/unit/mq.c \
$(srcroot)test/unit/mtx.c \
+ $(srcroot)test/unit/pack.c \
$(srcroot)test/unit/ph.c \
$(srcroot)test/unit/prng.c \
$(srcroot)test/unit/prof_accum.c \