2011-06-27 14:05:02 -04:00
|
|
|
#define BOOST_TEST_MODULE uint160
|
|
|
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
|
|
2011-07-31 14:00:38 -04:00
|
|
|
#include "../main.h"
|
|
|
|
|
#include "../wallet.h"
|
|
|
|
|
|
2011-06-27 14:05:02 -04:00
|
|
|
#include "uint160_tests.cpp"
|
|
|
|
|
#include "uint256_tests.cpp"
|
2011-07-31 14:01:31 -04:00
|
|
|
#include "script_tests.cpp"
|
2011-07-31 14:07:53 -04:00
|
|
|
#include "transaction_tests.cpp"
|
2011-06-27 14:05:02 -04:00
|
|
|
|
2011-07-31 14:00:38 -04:00
|
|
|
|
|
|
|
|
CWallet* pwalletMain;
|
|
|
|
|
|
|
|
|
|
void Shutdown(void* parg)
|
|
|
|
|
{
|
|
|
|
|
exit(0);
|
|
|
|
|
}
|