diff options
| author | Gavin Andresen <[email protected]> | 2011-10-05 10:38:10 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-05 10:38:10 -0400 |
| commit | b898c8fce687de9320bfae8dd2392e92c5464831 (patch) | |
| tree | 0eae81bd8a40703143a5bbe74ce6648ca0b143c7 /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_... (diff) | |
| parent | simpler ByteReverse (diff) | |
| download | discoin-b898c8fce687de9320bfae8dd2392e92c5464831.tar.xz discoin-b898c8fce687de9320bfae8dd2392e92c5464831.zip | |
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 4f98a93c1..8863aad47 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -12,10 +12,11 @@ #include "base64_tests.cpp" #include "util_tests.cpp" #include "base58_tests.cpp" +#include "miner_tests.cpp" CWallet* pwalletMain; void Shutdown(void* parg) { - exit(0); + exit(0); } |