diff options
Diffstat (limited to 'tests/clar_libgit2.h')
-rw-r--r-- | tests/clar_libgit2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/clar_libgit2.h b/tests/clar_libgit2.h index 915111244..48c26b054 100644 --- a/tests/clar_libgit2.h +++ b/tests/clar_libgit2.h @@ -65,6 +65,8 @@ void clar__assert_equal_file( const char *file, int line); +#define cl_skip(reason) do { printf("skipping %s::%s; %s\n", clar_active_suite(), clar_active_test(), reason); return; } while (0) + /* * Some utility macros for building long strings */ |