Searched refs:tc_nsalloc (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | runtests.c | 11856 TCase *tc_nsalloc = tcase_create("namespace allocation tests"); in make_suite() local 12198 suite_add_tcase(s, tc_nsalloc); in make_suite() 12199 tcase_add_checked_fixture(tc_nsalloc, nsalloc_setup, nsalloc_teardown); in make_suite() 12200 tcase_add_test(tc_nsalloc, test_nsalloc_xmlns); in make_suite() 12201 tcase_add_test(tc_nsalloc, test_nsalloc_parse_buffer); in make_suite() 12202 tcase_add_test(tc_nsalloc, test_nsalloc_long_prefix); in make_suite() 12203 tcase_add_test(tc_nsalloc, test_nsalloc_long_uri); in make_suite() 12204 tcase_add_test(tc_nsalloc, test_nsalloc_long_attr); in make_suite() 12205 tcase_add_test(tc_nsalloc, test_nsalloc_long_attr_prefix); in make_suite() 12206 tcase_add_test(tc_nsalloc, test_nsalloc_realloc_attributes); in make_suite() [all …]
|