libgit2/tests/clar
Edward Thomson 71686ddca6 clar: support hierarchical test resource data
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.
2015-06-22 12:00:15 -04:00
..
fixtures.h clar: support hierarchical test resource data 2015-06-22 12:00:15 -04:00
fs.h Update to latest clar 2014-01-31 13:44:09 -08:00
print.h Clar: skip tests 2014-04-02 18:50:47 +02:00
sandbox.h clar: use a custom temp directory name 2014-10-24 10:50:57 -04:00