diff options
author | Jason Evans <je@fb.com> | 2013-12-17 02:04:23 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-12-17 02:04:23 (GMT) |
commit | e948fa6439a19f0f3eb44012fd0b3274ebf82b8f (patch) | |
tree | f3767a2e20e384ca0dba887716bdf1bffa3a9c3d /Makefile.in | |
parent | e935c07e0066e5c7b8ae51e68ebcc4321eabcb7c (diff) | |
download | jemalloc-e948fa6439a19f0f3eb44012fd0b3274ebf82b8f.zip jemalloc-e948fa6439a19f0f3eb44012fd0b3274ebf82b8f.tar.gz jemalloc-e948fa6439a19f0f3eb44012fd0b3274ebf82b8f.tar.bz2 |
Add ckh unit tests.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index af60a21..590ab11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,9 +107,10 @@ C_TESTLIB_SRCS := $(srcroot)test/src/math.c $(srcroot)test/src/mtx.c \ $(srcroot)test/src/SFMT.c $(srcroot)test/src/test.c \ $(srcroot)test/src/thd.c C_UTIL_INTEGRATION_SRCS := $(srcroot)src/util.c -TESTS_UNIT := $(srcroot)test/unit/bitmap.c $(srcroot)test/unit/math.c \ - $(srcroot)test/unit/mq.c $(srcroot)test/unit/mtx.c \ - $(srcroot)test/unit/SFMT.c $(srcroot)test/unit/tsd.c +TESTS_UNIT := $(srcroot)test/unit/bitmap.c $(srcroot)test/unit/ckh.c \ + $(srcroot)test/unit/math.c $(srcroot)test/unit/mq.c \ + $(srcroot)test/unit/mtx.c $(srcroot)test/unit/SFMT.c \ + $(srcroot)test/unit/tsd.c TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \ $(srcroot)test/integration/allocated.c \ $(srcroot)test/integration/mallocx.c \ |