diff options
author | Qi Wang <interwq@gwu.edu> | 2017-05-16 00:44:13 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-05-23 19:26:20 (GMT) |
commit | 2c368284d2485bda47002f22dace6c0b55e4701e (patch) | |
tree | 9e49c512b3651b30f34110b5540e09c926ebe9ca /Makefile.in | |
parent | 44559e7cf179d1e9eddcc681d961e076511ee857 (diff) | |
download | jemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.zip jemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.tar.gz jemalloc-2c368284d2485bda47002f22dace6c0b55e4701e.tar.bz2 |
Add tests for background threads.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
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 \ |