142 g_test_init(&argc, &argv, NULL);
144 g_test_add_func(
"/common/cmdline/preproc/empty_input", empty_input);
145 g_test_add_func(
"/common/cmdline/preproc/no_specials", no_specials);
146 g_test_add_func(
"/common/cmdline/preproc/single_dash", single_dash);
147 g_test_add_func(
"/common/cmdline/preproc/double_dash", double_dash);
148 g_test_add_func(
"/common/cmdline/preproc/special_args", special_args);
149 g_test_add_func(
"/common/cmdline/preproc/special_arg_at_end", special_arg_at_end);
150 g_test_add_func(
"/common/cmdline/preproc/long_arg", long_arg);
151 g_test_add_func(
"/common/cmdline/preproc/negative_score", negative_score);
152 g_test_add_func(
"/common/cmdline/preproc/negative_score_2", negative_score_2);
153 g_test_add_func(
"/common/cmdline/preproc/string_arg_with_dash", string_arg_with_dash);
154 g_test_add_func(
"/common/cmdline/preproc/string_arg_with_dash_2", string_arg_with_dash_2);
155 g_test_add_func(
"/common/cmdline/preproc/string_arg_with_dash_3", string_arg_with_dash_3);