diff options
| author | Matt Corallo <[email protected]> | 2011-07-31 20:07:53 +0200 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-08-08 14:31:08 -0400 |
| commit | 3c8cecda1f26a10d22717dff7536b1c3fbc54358 (patch) | |
| tree | da62b3a99bae0dfcfe640528e1d9b165f57542e2 /src/test/test_bitcoin.cpp | |
| parent | Add a file for script tests (diff) | |
| download | discoin-3c8cecda1f26a10d22717dff7536b1c3fbc54358.tar.xz discoin-3c8cecda1f26a10d22717dff7536b1c3fbc54358.zip | |
Add file for transaction tests.
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 6a9dac251..a19d58bb6 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -7,6 +7,7 @@ #include "uint160_tests.cpp" #include "uint256_tests.cpp" #include "script_tests.cpp" +#include "transaction_tests.cpp" CWallet* pwalletMain; |