aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-25 23:14:40 -0700
committerJason Evans <jasone@canonware.com>2016-04-25 23:16:20 -0700
commit174c0c3a9c63b3a0bfa32381148b537e9b9af96d (patch)
treee8e8b7d7793e2bebee876edb1744f6db4d854f1a /Makefile.in
parent0d970a054e5477cd6cf3639366bcc0a1a4f61b11 (diff)
downloadjemalloc-174c0c3a9c63b3a0bfa32381148b537e9b9af96d.tar.gz
Fix fork()-related lock rank ordering reversals.
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 ddc8915..a98ebd6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -141,6 +141,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/bitmap.c \
$(srcroot)test/unit/ckh.c \
$(srcroot)test/unit/decay.c \
+ $(srcroot)test/unit/fork.c \
$(srcroot)test/unit/hash.c \
$(srcroot)test/unit/junk.c \
$(srcroot)test/unit/junk_alloc.c \