diff options
| author | Gavin Andresen <[email protected]> | 2011-10-01 12:00:24 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-01 12:00:24 -0700 |
| commit | 1ff3583e41b0cdb0ee902028b4a37aef41a6f8ba (patch) | |
| tree | a64d3872b547c6f722b893267bc3989d13c57c0d /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #476 from forrestv/getmemorypool (diff) | |
| parent | remove possibility of 63 bit overflow in ParseMoney (diff) | |
| download | discoin-1ff3583e41b0cdb0ee902028b4a37aef41a6f8ba.tar.xz discoin-1ff3583e41b0cdb0ee902028b4a37aef41a6f8ba.zip | |
Merge pull request #543 from laanwj/utiltests
Remove possibility of 63 bit overflow in ParseMoney
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index a42ad7524..4f98a93c1 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -10,6 +10,8 @@ #include "transaction_tests.cpp" #include "DoS_tests.cpp" #include "base64_tests.cpp" +#include "util_tests.cpp" +#include "base58_tests.cpp" CWallet* pwalletMain; |