diff options
| author | Luke Dashjr <[email protected]> | 2017-06-05 22:58:00 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-06-05 22:58:00 +0000 |
| commit | 1b864c9820abc0ba05093b97b813f4719584759b (patch) | |
| tree | 79100b06c6fd16da0cd3c3c7bd5e16ad2c4aea8f /src/Makefile.test.include | |
| parent | Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixes (diff) | |
| parent | Add CheckQueue Tests (diff) | |
| download | discoin-1b864c9820abc0ba05093b97b813f4719584759b.tar.xz discoin-1b864c9820abc0ba05093b97b813f4719584759b.zip | |
Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0.14.2_fixes
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 4d44b35bb..99c25a1d4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -89,6 +89,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 \ |