Home
last modified time | relevance | path

Searched refs:testcase_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.h42 struct testcase_t;
47 void *(*setup_fn)(const struct testcase_t *);
49 int (*cleanup_fn)(const struct testcase_t *, void *);
53 struct testcase_t { struct
65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument
90 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
A Dtinytest.c92 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 4 milliseconds