diff options
| author | Russell Belfer <arrbee@arrbee.com> | 2012-03-02 15:09:40 -0800 |
|---|---|---|
| committer | Russell Belfer <arrbee@arrbee.com> | 2012-03-02 15:09:40 -0800 |
| commit | ce49c7a8a902bd3a74a59a356dd11886e83d2e92 (patch) | |
| tree | e336ef425b5bda0e7c05acfbcf51fabb758ca662 /tests-clar/clar_libgit2.h | |
| parent | d377fe80b1396b82f8af7bfcd76f869410865001 (diff) | |
| download | libgit2-ce49c7a8a902bd3a74a59a356dd11886e83d2e92.tar.gz | |
Add filter tests and fix some bugs
This adds some initial unit tests for file filtering and fixes
some simple bugs in filter application.
Diffstat (limited to 'tests-clar/clar_libgit2.h')
| -rw-r--r-- | tests-clar/clar_libgit2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index 73ef66844..fd5c16a03 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -53,5 +53,6 @@ GIT_INLINE(void) cl_assert_strequal_internal( /* Write the contents of a buffer to disk */ void cl_git_mkfile(const char *filename, const char *content); +void cl_git_append2file(const char *filename, const char *new_content); #endif |
