Searched refs:tc_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/expat/tests/
H A Dalloc_tests.c2064 TCase *tc_alloc = tcase_create("allocation tests"); local
2066 suite_add_tcase(s, tc_alloc);
2067 tcase_add_checked_fixture(tc_alloc, alloc_setup, alloc_teardown);
2069 tcase_add_test(tc_alloc, test_alloc_parse_xdecl);
2070 tcase_add_test(tc_alloc, test_alloc_parse_xdecl_2);
2071 tcase_add_test(tc_alloc, test_alloc_parse_pi);
2072 tcase_add_test(tc_alloc, test_alloc_parse_pi_2);
2073 tcase_add_test(tc_alloc, test_alloc_parse_pi_3);
2074 tcase_add_test(tc_alloc, test_alloc_parse_comment);
2075 tcase_add_test(tc_alloc, test_alloc_parse_comment_
[all...]

Completed in 130 milliseconds