Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
[novacoin.git] / src / test / test_bitcoin.cpp
index 4c9f7cc..a21801b 100644 (file)
 #include "transaction_tests.cpp"
 #include "DoS_tests.cpp"
 #include "base64_tests.cpp"
+#include "util_tests.cpp"
+#include "base58_tests.cpp"
 #include "miner_tests.cpp"
+#include "Checkpoints_tests.cpp"
 
 CWallet* pwalletMain;
 
@@ -18,3 +21,9 @@ void Shutdown(void* parg)
 {
   exit(0);
 }
+
+void StartShutdown()
+{
+  exit(0);
+}
+