aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant testutil filesMeshCollider2017-09-051-15/+0
|
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
| | | | | | | | | 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' ```
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
| | | | This is step one in abstracting the use of boost::filesystem.
* Move GetTempPath() to testutil.Mustafa2016-03-111-0/+4
|
* Add a source file for unit test utils.Mustafa2016-03-111-0/+11