diff options
author | Gregory Maxwell <greg@xiph.org> | 2016-11-02 01:49:45 +0000 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2016-11-02 01:49:45 +0000 |
commit | 2082b5574cec783f4ff99941492d92e05680b293 (patch) | |
tree | 3b7d3bfdf341914649ab7a5a3fbe00749805fe41 /src/Makefile.test.include | |
parent | fd46136dfaf68a7046cf7b8693824d73ac6b1caf (diff) |
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
GetTotalBlocksEstimate is no longer used and it was the only thing
the checkpoint tests were testing.
Since checkpoints are on their way out it makes more sense to remove
the test file than to cook up a new pointless test.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 5ce1bbb896..4e4cca14ca 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -50,7 +50,6 @@ BITCOIN_TESTS =\ test/bip32_tests.cpp \ test/blockencodings_tests.cpp \ test/bloom_tests.cpp \ - test/Checkpoints_tests.cpp \ test/coins_tests.cpp \ test/compress_tests.cpp \ test/crypto_tests.cpp \ |