Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
[novacoin.git] / src / test / test_bitcoin.cpp
index 0230bb6..645d8a2 100644 (file)
@@ -8,6 +8,7 @@
 #include "uint256_tests.cpp"
 #include "script_tests.cpp"
 #include "transaction_tests.cpp"
+#include "Checkpoints_tests.cpp"
 
 
 CWallet* pwalletMain;