Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/tests/
H A Dminicheck.h108 TCase *tcase_create(const char *name);
H A Dminicheck.c59 tcase_create(const char *name) { in tcase_create() function
H A Druntests.c11852 TCase *tc_basic = tcase_create("basic tests"); in make_suite()
11853 TCase *tc_namespace = tcase_create("XML namespaces"); in make_suite()
11854 TCase *tc_misc = tcase_create("miscellaneous tests"); in make_suite()
11855 TCase *tc_alloc = tcase_create("allocation tests"); in make_suite()
11856 TCase *tc_nsalloc = tcase_create("namespace allocation tests"); in make_suite()
11858 TCase *tc_accounting = tcase_create("accounting tests"); in make_suite()