summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-08-07 06:36:19 (GMT)
committerJason Evans <je@fb.com>2014-08-07 06:36:19 (GMT)
commita2ea54c98640eafc5bb256fa4369d5553499ac81 (patch)
tree3423f8f320b65dc68a25932fd8defb484f3dcfc5 /Makefile.in
parent7f944aa6213abaf2a4fce526c72b284169a7f462 (diff)
downloadjemalloc-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.in3
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 \