Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clar/sandbox.h')
-rw-r--r--tests/clar/sandbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/clar/sandbox.h b/tests/clar/sandbox.h
index ee7564148..a44e29116 100644
--- a/tests/clar/sandbox.h
+++ b/tests/clar/sandbox.h
@@ -127,3 +127,8 @@ static int clar_sandbox(void)
return 0;
}
+const char *clar_sandbox_path(void)
+{
+ return _clar_path;
+}
+