diff options
| author | Pieter Wuille <[email protected]> | 2014-02-19 01:54:11 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-05 12:07:58 +0100 |
| commit | fecba4e2699359e25cccd40266de9697f30ea95e (patch) | |
| tree | 79db01007924cae2b4e7bf84d2ba60bc407484c6 /src/test/Makefile.am | |
| parent | Merge pull request #3693 (diff) | |
| download | discoin-fecba4e2699359e25cccd40266de9697f30ea95e.tar.xz discoin-fecba4e2699359e25cccd40266de9697f30ea95e.zip | |
Total money limit test
Added bounds check by @il--ya.
Updated-by: Wladimir van der Laan <[email protected]>
Diffstat (limited to 'src/test/Makefile.am')
| -rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 667e53c6b..5a1f42ee6 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -45,6 +45,7 @@ test_bitcoin_SOURCES = \ DoS_tests.cpp \ getarg_tests.cpp \ key_tests.cpp \ + main_tests.cpp \ miner_tests.cpp \ mruset_tests.cpp \ multisig_tests.cpp \ |