diff options
Diffstat (limited to 'common/test.h')
-rw-r--r-- | common/test.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/test.h b/common/test.h index 7354595..c9f519a 100644 --- a/common/test.h +++ b/common/test.h @@ -130,4 +130,13 @@ int p11_test_run (int argc, char * p11_test_directory (const char *prefix); +#ifdef OS_UNIX + +char * p11_test_copy_setgid (const char *path); + +int p11_test_run_child (const char **argv, + bool quiet_out); + +#endif + #endif /* P11_TEST_H_ */ |