Lines Matching refs:suite
886 CU_pSuite suite[5]; in t_init_option_tests() local
888 suite[0] = CU_add_suite("option parser", NULL, NULL); in t_init_option_tests()
889 if (!suite[0]) { /* signal error */ in t_init_option_tests()
897 if (!CU_add_test(suite[0], s, t_parse_option##n)) { \ in t_init_option_tests()
917 if ((suite[1] = CU_add_suite("option encoder", NULL, NULL))) { in t_init_option_tests()
919 if (!CU_add_test(suite[1], s, t_encode_option##n)) { \ in t_init_option_tests()
938 if ((suite[2] = CU_add_suite("option accessors", NULL, NULL))) { in t_init_option_tests()
940 if (!CU_add_test(suite[2], s, t_access_option##n)) { \ in t_init_option_tests()
958 if ((suite[3] = CU_add_suite("option iterator", NULL, NULL))) { in t_init_option_tests()
960 if (!CU_add_test(suite[3], s, t_iterate_option##n)) { \ in t_init_option_tests()
981 if ((suite[4] = CU_add_suite("option filter", NULL, NULL))) { in t_init_option_tests()
983 if (!CU_add_test(suite[4], s, t_filter_option##n)) { \ in t_init_option_tests()
997 return suite[0]; in t_init_option_tests()