diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-03-14 11:18:02 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-03-14 11:26:52 +0100 |
| commit | 56d2c4e0fee3372535a4b4436cebca94f2eda0ad (patch) | |
| tree | 14cf59303763e6e1f53c350182247c8f7f4653da /src/test/test_bitcoin.cpp | |
| parent | Merge #7668: Fix history deletion bug after font size change (diff) | |
| parent | Move GetTempPath() to testutil. (diff) | |
| download | discoin-56d2c4e0fee3372535a4b4436cebca94f2eda0ad.tar.xz discoin-56d2c4e0fee3372535a4b4436cebca94f2eda0ad.zip | |
Merge #7667: Move GetTempPath() to testutil
2fdaa25 Move GetTempPath() to testutil. (Mustafa)
393b22e Add a source file for unit test utils. (Mustafa)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 0416d0c92..39586d7bb 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -17,12 +17,13 @@ #include "txdb.h" #include "txmempool.h" #include "ui_interface.h" -#include "util.h" #ifdef ENABLE_WALLET #include "wallet/db.h" #include "wallet/wallet.h" #endif +#include "test/testutil.h" + #include <boost/filesystem.hpp> #include <boost/test/unit_test.hpp> #include <boost/thread.hpp> |