Latest update.
This commit is contained in:
@@ -15,6 +15,21 @@
|
||||
|
||||
static int used[100] = { 0 };
|
||||
|
||||
int test_skip_common_options(void)
|
||||
{
|
||||
OPTION_CHOICE_DEFAULT o;
|
||||
|
||||
while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) {
|
||||
switch (o) {
|
||||
case OPT_TEST_CASES:
|
||||
break;
|
||||
default:
|
||||
case OPT_ERR:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
size_t test_get_argument_count(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user