aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.cpp
AgeCommit message (Collapse)Author
2017-09-05Remove redundant testutil filesMeshCollider
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
Step two in abstracting away boost::filesystem. To repeat this, simply run: ``` git ls-files \*.cpp \*.h | xargs sed -i 's/boost::filesystem/fs/g' ```
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
This is step one in abstracting the use of boost::filesystem.
2017-02-10Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
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.
2016-03-11Move GetTempPath() to testutil.Mustafa
2016-03-11Add a source file for unit test utils.Mustafa