diff options
| author | Matt Corallo <[email protected]> | 2011-08-02 17:34:23 +0200 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-08-08 14:31:08 -0400 |
| commit | 2c3691d53d3f527638d4d9923c8a04488f459de0 (patch) | |
| tree | 5fa7f2583aa084be1f27a19e3bddbb105c993681 /src/test/test_bitcoin.cpp | |
| parent | Add file for transaction tests. (diff) | |
| download | discoin-2c3691d53d3f527638d4d9923c8a04488f459de0.tar.xz discoin-2c3691d53d3f527638d4d9923c8a04488f459de0.zip | |
Cleanup test suite output to be more useful.
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index a19d58bb6..0230bb6ec 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -1,4 +1,4 @@ -#define BOOST_TEST_MODULE uint160 +#define BOOST_TEST_MODULE Bitcoin Test Suite #include <boost/test/unit_test.hpp> #include "../main.h" |