diff options
| author | Gavin Andresen <[email protected]> | 2011-10-11 19:50:06 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-19 12:39:47 -0500 |
| commit | 1466b8b78ad8cabf93ac3f65f5929213c5dd3c8f (patch) | |
| tree | 0dc75b665913468ec2f81ab08b934e29b0e7b088 /src/test/script_tests.cpp | |
| parent | Collapse no-op ExtractAddress/ExtractAddressInner (diff) | |
| download | discoin-1466b8b78ad8cabf93ac3f65f5929213c5dd3c8f.tar.xz discoin-1466b8b78ad8cabf93ac3f65f5929213c5dd3c8f.zip | |
Rework unit tests so test_bitcoin.cpp does not #include them all
Diffstat (limited to 'src/test/script_tests.cpp')
| -rw-r--r-- | src/test/script_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index 13feb86b9..f3fa5c3a1 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -2,8 +2,8 @@ #include <boost/test/unit_test.hpp> #include <boost/foreach.hpp> -#include "../main.h" -#include "../wallet.h" +#include "main.h" +#include "wallet.h" using namespace std; extern uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType); |