aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-101-18/+0
| | | | | | | | Minimum boost version was bumped to 1.47.0 in #8920, which means the configure step won't even pass with older boost. This version has boost filesystem v3, which means the (crappy) fallbacks for older versions can go.
* Move GetTempPath() to testutil.Mustafa2016-03-111-0/+30
|
* Add a source file for unit test utils.Mustafa2016-03-111-0/+3