aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeremy Rubin <[email protected]>2017-01-07 19:51:23 -0500
committerJeremy Rubin <[email protected]>2017-02-16 01:37:53 -0500
commit96c7f2c3458950061b057fcd3daaf47b57e6bac7 (patch)
tree750bdc0c450e7427c74ab6be39c9afd84d66d534 /src/Makefile.test.include
parentFix CCheckQueue IsIdle (potential) race condition and remove dangerous constr... (diff)
downloaddiscoin-96c7f2c3458950061b057fcd3daaf47b57e6bac7.tar.xz
discoin-96c7f2c3458950061b057fcd3daaf47b57e6bac7.zip
Add CheckQueue Tests
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 27b456240..26b1b1067 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -67,6 +67,7 @@ BITCOIN_TESTS =\
test/blockencodings_tests.cpp \
test/bloom_tests.cpp \
test/bswap_tests.cpp \
+ test/checkqueue_tests.cpp \
test/coins_tests.cpp \
test/compress_tests.cpp \
test/crypto_tests.cpp \