mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Documentation
This commit is contained in:
committed by
Edward Thomson
parent
bf9fc12670
commit
3a9b96311d
@@ -16,10 +16,12 @@ enum cl_test_status {
|
||||
CL_TEST_NOTRUN,
|
||||
};
|
||||
|
||||
/** Setup clar environment */
|
||||
void clar_test_init(int argc, char *argv[]);
|
||||
int clar_test_run(void);
|
||||
void clar_test_shutdown(void);
|
||||
|
||||
/** One shot setup & run */
|
||||
int clar_test(int argc, char *argv[]);
|
||||
|
||||
const char *clar_sandbox_path(void);
|
||||
|
||||
Reference in New Issue
Block a user