summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-05-16 00:44:13 (GMT)
committerQi Wang <interwq@gmail.com>2017-05-23 19:26:20 (GMT)
commit2c368284d2485bda47002f22dace6c0b55e4701e (patch)
tree9e49c512b3651b30f34110b5540e09c926ebe9ca /Makefile.in
parent44559e7cf179d1e9eddcc681d961e076511ee857 (diff)
downloadjemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.zip
jemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.tar.gz
jemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.tar.bz2
Add tests for background threads.
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 aa6f3f6..16fe30f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,6 +158,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/a0.c \
$(srcroot)test/unit/arena_reset.c \
$(srcroot)test/unit/atomic.c \
+ $(srcroot)test/unit/background_thread.c \
$(srcroot)test/unit/base.c \
$(srcroot)test/unit/bitmap.c \
$(srcroot)test/unit/ckh.c \