Searched refs:tcase_create (Results 1 – 3 of 3) sorted by relevance
108 TCase *tcase_create(const char *name);
59 tcase_create(const char *name) { in tcase_create() function
11852 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()