diff options
| author | Matt Corallo <[email protected]> | 2016-04-25 15:51:08 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-06-19 01:34:57 -0700 |
| commit | e3b2222144a0def7fa61822bdd11fb7e6bdc70ec (patch) | |
| tree | 224e9a38f77202d1cf89b80de4d049f5b0644234 /src/Makefile.test.include | |
| parent | Add TestMemPoolEntryHelper::FromTx version for CTransaction (diff) | |
| download | discoin-e3b2222144a0def7fa61822bdd11fb7e6bdc70ec.tar.xz discoin-e3b2222144a0def7fa61822bdd11fb7e6bdc70ec.zip | |
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 41d811fb5..c8918eb53 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 \ |