diff options
Diffstat (limited to 'tests/clar/sandbox.h')
-rw-r--r-- | tests/clar/sandbox.h | 5 |
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; +} + |