MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / testcase_init

Function testcase_init

src/utest/object_tc.c:296–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296static rt_err_t testcase_init(void)
297{
298 if (!rt_scheduler_is_available())
299 {
300 return -RT_ERROR;
301 }
302 name_counter = 0;
303 return RT_EOK;
304}
305
306static rt_err_t testcase_cleanup(void)
307{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected