Searched refs:tclst (Results 1 – 3 of 3) sorted by relevance
77 s->tclst = check_list_create (); in suite_create()90 l = s->tclst; in suite_tcase()107 l = s->tclst; in suite_free()111 check_list_free (s->tclst); in suite_free()243 if (s == NULL || tc == NULL || check_list_contains (s->tclst, tc)) { in suite_add_tcase()247 check_list_add_end (s->tclst, tc); in suite_add_tcase()
50 List *tclst; /* List of test cases */ member
187 tcl = s->tclst; in srunner_iterate_suites()