Latest update.
This commit is contained in:
@@ -193,6 +193,12 @@ char *test_get_argument(size_t n);
|
||||
/* Return the number of additional non optional command line arguments */
|
||||
size_t test_get_argument_count(void);
|
||||
|
||||
/*
|
||||
* Skip over common test options. Should be called before calling
|
||||
* test_get_argument()
|
||||
*/
|
||||
int test_skip_common_options(void);
|
||||
|
||||
/*
|
||||
* Internal helpers. Test programs shouldn't use these directly, but should
|
||||
* rather link to one of the helper main() methods.
|
||||
|
||||
Reference in New Issue
Block a user