diff options
author | Jason Evans <je@fb.com> | 2014-08-07 06:36:19 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2014-08-07 06:36:19 (GMT) |
commit | a2ea54c98640eafc5bb256fa4369d5553499ac81 (patch) | |
tree | 3423f8f320b65dc68a25932fd8defb484f3dcfc5 /Makefile.in | |
parent | 7f944aa6213abaf2a4fce526c72b284169a7f462 (diff) | |
download | jemalloc-a2ea54c98640eafc5bb256fa4369d5553499ac81.zip jemalloc-a2ea54c98640eafc5bb256fa4369d5553499ac81.tar.gz jemalloc-a2ea54c98640eafc5bb256fa4369d5553499ac81.tar.bz2 |
Add atomic operations tests and fix latent bugs.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a21acd4..dfafe45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -110,7 +110,8 @@ 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 \ +TESTS_UNIT := $(srcroot)test/unit/atomic.c \ + $(srcroot)test/unit/bitmap.c \ $(srcroot)test/unit/ckh.c \ $(srcroot)test/unit/hash.c \ $(srcroot)test/unit/junk.c \ |