Rework unit tests so test_bitcoin.cpp does not #include them all

This commit is contained in:
Gavin Andresen
2011-10-11 19:50:06 -04:00
parent 7e55c1ab65
commit 1466b8b78a
12 changed files with 34 additions and 33 deletions

View File

@ -1,7 +1,7 @@
#include <boost/test/unit_test.hpp>
#include "../main.h"
#include "../wallet.h"
#include "main.h"
#include "wallet.h"
using namespace std;