diff options
author | Matt Corallo <git@bluematt.me> | 2016-04-25 15:51:08 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-06-19 01:34:57 -0700 |
commit | e3b2222144a0def7fa61822bdd11fb7e6bdc70ec (patch) | |
tree | 224e9a38f77202d1cf89b80de4d049f5b0644234 /src/Makefile.test.include | |
parent | f4f8f14adc79f71eb3cfd3a8d6dbfe9878d1e3f6 (diff) |
Add some blockencodings 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 41d811fb54..c8918eb53f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -45,6 +45,7 @@ BITCOIN_TESTS =\ test/base58_tests.cpp \ test/base64_tests.cpp \ test/bip32_tests.cpp \ + test/blockencodings_tests.cpp \ test/bloom_tests.cpp \ test/Checkpoints_tests.cpp \ test/coins_tests.cpp \ |