From 6b51b9b195a73df2b706bcd5a5cd4cd49f9ebec3 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 3 Sep 2015 12:53:00 -0400 Subject: Replace boost::reverse_lock with our own. --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') 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 \ -- cgit v1.2.3