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

Function utest_auto_run

components/utilities/utest/utest.c:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355
356#ifdef RT_UTEST_USING_AUTO_RUN
357static int utest_auto_run(void)
358{
359 tc_loop = 1;
360 utest_thread_create(RT_NULL);
361 return RT_EOK;
362}
363INIT_APP_EXPORT(utest_auto_run);
364#endif /* RT_UTEST_USING_AUTO_RUN */
365

Callers

nothing calls this directly

Calls 1

utest_thread_createFunction · 0.85

Tested by

no test coverage detected