Searched refs:tc_nsalloc (Results 1 – 1 of 1) sorted by relevance
/external/expat/tests/ |
D | runtests.c | 11986 TCase *tc_nsalloc = tcase_create("namespace allocation tests"); in make_suite() local 12309 suite_add_tcase(s, tc_nsalloc); in make_suite() 12310 tcase_add_checked_fixture(tc_nsalloc, nsalloc_setup, nsalloc_teardown); in make_suite() 12311 tcase_add_test(tc_nsalloc, test_nsalloc_xmlns); in make_suite() 12312 tcase_add_test(tc_nsalloc, test_nsalloc_parse_buffer); in make_suite() 12313 tcase_add_test(tc_nsalloc, test_nsalloc_long_prefix); in make_suite() 12314 tcase_add_test(tc_nsalloc, test_nsalloc_long_uri); in make_suite() 12315 tcase_add_test(tc_nsalloc, test_nsalloc_long_attr); in make_suite() 12316 tcase_add_test(tc_nsalloc, test_nsalloc_long_attr_prefix); in make_suite() 12317 tcase_add_test(tc_nsalloc, test_nsalloc_realloc_attributes); in make_suite() [all …]
|