diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-11-17 06:46:42 -0800 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2012-11-17 07:20:07 -0800 |
| commit | f5a0e734bc440ca6c89d15a894fea0ea3bf38f36 (patch) | |
| tree | ea5e0f82caae15648c1457834de338ad534f1a01 /tests-clar/clar_libgit2.h | |
| parent | 5df7207a674d1d4c41b300f6f0c5548d087f06b3 (diff) | |
| download | libgit2-f5a0e734bc440ca6c89d15a894fea0ea3bf38f36.tar.gz | |
tests: introduce cl_git_remove_placeholders()
Diffstat (limited to 'tests-clar/clar_libgit2.h')
| -rw-r--r-- | tests-clar/clar_libgit2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index fd20c1259..91a542654 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -61,4 +61,7 @@ void cl_git_sandbox_cleanup(void); const char* cl_git_fixture_url(const char *fixturename); const char* cl_git_path_url(const char *path); +/* Test repository cleaner */ +int cl_git_remove_placeholders(const char *directory_path, const char *filename); + #endif |
