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