diff options
author | Jeremy Rubin <jeremy.l.rubin@gmail.com> | 2017-01-07 19:51:23 -0500 |
---|---|---|
committer | Jeremy Rubin <jeremy.l.rubin@gmail.com> | 2017-02-16 01:37:53 -0500 |
commit | 96c7f2c3458950061b057fcd3daaf47b57e6bac7 (patch) | |
tree | 750bdc0c450e7427c74ab6be39c9afd84d66d534 /src/Makefile.test.include | |
parent | e2073424fd5a185781750347fbfbb0c108ef66fd (diff) |
Add CheckQueue Tests
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 27b456240e..26b1b1067f 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 \ |