Home
last modified time | relevance | path

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

/external/expat/tests/
Druntests.c11985 TCase *tc_alloc = tcase_create("allocation tests"); in make_suite() local
12255 suite_add_tcase(s, tc_alloc); in make_suite()
12256 tcase_add_checked_fixture(tc_alloc, alloc_setup, alloc_teardown); in make_suite()
12257 tcase_add_test(tc_alloc, test_alloc_parse_xdecl); in make_suite()
12258 tcase_add_test(tc_alloc, test_alloc_parse_xdecl_2); in make_suite()
12259 tcase_add_test(tc_alloc, test_alloc_parse_pi); in make_suite()
12260 tcase_add_test(tc_alloc, test_alloc_parse_pi_2); in make_suite()
12261 tcase_add_test(tc_alloc, test_alloc_parse_pi_3); in make_suite()
12262 tcase_add_test(tc_alloc, test_alloc_parse_comment); in make_suite()
12263 tcase_add_test(tc_alloc, test_alloc_parse_comment_2); in make_suite()
[all …]