diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-17 01:27:06 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-23 22:29:45 +0200 |
commit | ed27e53c9be3c2e194b3e7cff85933531aef4cc8 (patch) | |
tree | 11ca83b1f338d38c5e4f91102d1edc5e40c988fb /src/Makefile.test.include | |
parent | 058b08c147a6d56b57221faa5b6fcdb83b4140b2 (diff) |
Add coins_tests with a large randomized CCoinViewCache test.
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 ab449f3e71..99ac09e1a4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -44,6 +44,7 @@ BITCOIN_TESTS =\ test/checkblock_tests.cpp \ test/Checkpoints_tests.cpp \ test/compress_tests.cpp \ + test/coins_tests.cpp \ test/crypto_tests.cpp \ test/DoS_tests.cpp \ test/getarg_tests.cpp \ |