aboutsummaryrefslogtreecommitdiff
path: root/zencore/testutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ScopedTemporaryDirectory which specifies a particular directory path ↵Stefan Boberg2021-10-081-0/+7
| | | | | | to use This is primarily for temporary debugging purposes, since it can be more convenient to use the same directory over and over
* Missing include compile fixMartin Ridgers2021-09-221-0/+2
|
* Added testutils for use in writing testsStefan Boberg2021-09-191-0/+33
Currently contains helpers for managing temporary directories used in tests