Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/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.c11863 TCase *tc_basic = tcase_create("basic tests"); in make_suite()
11864 TCase *tc_namespace = tcase_create("XML namespaces"); in make_suite()
11865 TCase *tc_misc = tcase_create("miscellaneous tests"); in make_suite()
11866 TCase *tc_alloc = tcase_create("allocation tests"); in make_suite()
11867 TCase *tc_nsalloc = tcase_create("namespace allocation tests"); in make_suite()
11869 TCase *tc_accounting = tcase_create("accounting tests"); in make_suite()