8092
8092
g_option_context_set_help_enabled(context, FALSE);
8093
8093
g_option_context_set_ignore_unknown_options(context, TRUE);
8096
8096
GOptionEntry entries[] = {
8097
8097
{ "test", 0, 0, G_OPTION_ARG_NONE,
8098
&run_tests, "Run tests", NULL },
8098
&should_run_tests, "Run tests", NULL },
8101
8101
g_option_context_add_main_entries(context, entries, NULL);