aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-10-05 10:38:10 -0400
committerGavin Andresen <[email protected]>2011-10-05 10:38:10 -0400
commitb898c8fce687de9320bfae8dd2392e92c5464831 (patch)
tree0eae81bd8a40703143a5bbe74ce6648ca0b143c7 /src/test/test_bitcoin.cpp
parentMerge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_... (diff)
parentsimpler ByteReverse (diff)
downloaddiscoin-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.cpp3
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);
}