diff options
| author | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
|---|---|---|
| committer | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
| commit | 2fdaa255295402d24bb16a72b07cc72c9a5df8e4 (patch) | |
| tree | fa14ad9de0a21b9a1b9fa2203cbb90baed117eee /src/test/testutil.h | |
| parent | Add a source file for unit test utils. (diff) | |
| download | discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.tar.xz discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.zip | |
Move GetTempPath() to testutil.
Diffstat (limited to 'src/test/testutil.h')
| -rw-r--r-- | src/test/testutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/testutil.h b/src/test/testutil.h index 2e83115e5..5875dc50e 100644 --- a/src/test/testutil.h +++ b/src/test/testutil.h @@ -8,4 +8,8 @@ #ifndef BITCOIN_TEST_TESTUTIL_H #define BITCOIN_TEST_TESTUTIL_H +#include <boost/filesystem/path.hpp> + +boost::filesystem::path GetTempPath(); + #endif // BITCOIN_TEST_TESTUTIL_H |