aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2015-09-03 12:53:00 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2015-09-22 00:43:13 +0000
commit6b51b9b195a73df2b706bcd5a5cd4cd49f9ebec3 (patch)
tree1a20ff76496e9ab21e41fd32b6c7be296ef2f136 /src/Makefile.test.include
parent626c5e69360aabb766e139c7ea19963fb8edf226 (diff)
downloadbitcoin-6b51b9b195a73df2b706bcd5a5cd4cd49f9ebec3.tar.xz
Replace boost::reverse_lock with our own.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 0997148117..386911514e 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -59,6 +59,7 @@ BITCOIN_TESTS =\
test/pmt_tests.cpp \
test/policyestimator_tests.cpp \
test/pow_tests.cpp \
+ test/reverselock_tests.cpp \
test/rpc_tests.cpp \
test/sanity_tests.cpp \
test/scheduler_tests.cpp \