Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c11855 TCase *tc_alloc = tcase_create("allocation tests"); in make_suite() local
12140 suite_add_tcase(s, tc_alloc); in make_suite()
12141 tcase_add_checked_fixture(tc_alloc, alloc_setup, alloc_teardown); in make_suite()
12142 tcase_add_test(tc_alloc, test_alloc_parse_xdecl); in make_suite()
12143 tcase_add_test(tc_alloc, test_alloc_parse_xdecl_2); in make_suite()
12144 tcase_add_test(tc_alloc, test_alloc_parse_pi); in make_suite()
12145 tcase_add_test(tc_alloc, test_alloc_parse_pi_2); in make_suite()
12146 tcase_add_test(tc_alloc, test_alloc_parse_pi_3); in make_suite()
12147 tcase_add_test(tc_alloc, test_alloc_parse_comment); in make_suite()
12148 tcase_add_test(tc_alloc, test_alloc_parse_comment_2); in make_suite()
[all …]