diff options
| author | Jeremy Rubin <[email protected]> | 2017-01-07 19:51:23 -0500 |
|---|---|---|
| committer | Jeremy Rubin <[email protected]> | 2017-02-16 01:37:53 -0500 |
| commit | 96c7f2c3458950061b057fcd3daaf47b57e6bac7 (patch) | |
| tree | 750bdc0c450e7427c74ab6be39c9afd84d66d534 /src/Makefile.test.include | |
| parent | Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constr... (diff) | |
| download | discoin-96c7f2c3458950061b057fcd3daaf47b57e6bac7.tar.xz discoin-96c7f2c3458950061b057fcd3daaf47b57e6bac7.zip | |
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 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 \ |