summaryrefslogtreecommitdiff
path: root/tests/clar
Commit message (Collapse)AuthorAgeFilesLines
* clar: test chdirEdward Thomson2015-06-291-1/+1
|
* clar: support hierarchical test resource dataEdward Thomson2015-06-221-1/+14
| | | | | | | | | | | | | | | Support hierarchical test resource data, such that you can have `tests/resources/foo/bar` and move the `bar` directory in as a fixture. Calling `cl_fixture_sandbox` on a path that is not directly beneath the test resources directory succeeds, placing that directory into the test fixture. (For example, `cl_fixture_sandbox("foo/bar")` will sandbox the `foo/bar` directory as `bar`). Add support for cleaning up directories created this way, by only cleaning up the basename (in this example, `bar`) from the fixture directory.
* clar: use a custom temp directory nameEdward Thomson2014-10-241-0/+5
|
* Clar: skip testsvmg/clar-skip-testVicent Marti2014-04-021-2/+8
|
* Update clar to 587f88aEdward Thomson2014-03-281-0/+5
|
* Update to latest clarRussell Belfer2014-01-311-5/+13
|
* Rename tests-clar to testsBen Straub2013-11-144-0/+552