Searched refs:tc_misc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/tests/ |
H A D | misc_tests.c | 524 TCase *tc_misc = tcase_create("miscellaneous tests"); 526 suite_add_tcase(s, tc_misc); 527 tcase_add_checked_fixture(tc_misc, NULL, basic_teardown); 529 tcase_add_test(tc_misc, test_misc_alloc_create_parser); 530 tcase_add_test(tc_misc, test_misc_alloc_create_parser_with_encoding); 531 tcase_add_test(tc_misc, test_misc_null_parser); 532 tcase_add_test(tc_misc, test_misc_error_string); 533 tcase_add_test(tc_misc, test_misc_version); 534 tcase_add_test(tc_misc, test_misc_features); 535 tcase_add_test(tc_misc, test_misc_attribute_lea 501 TCase *tc_misc = tcase_create("miscellaneous tests"); make_miscellaneous_test_case() local [all...] |