Searched refs:testcase_t (Results 1 – 2 of 2) sorted by relevance
42 struct testcase_t;47 void *(*setup_fn)(const struct testcase_t *);49 int (*cleanup_fn)(const struct testcase_t *, void *);53 struct testcase_t { struct65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument90 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
92 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()122 const struct testcase_t *testcase) in testcase_run_forked_()224 const struct testcase_t *testcase)288 struct testcase_t *testcase = &groups[i].cases[j];
Completed in 5 milliseconds