| 355 | |
| 356 | #ifdef RT_UTEST_USING_AUTO_RUN |
| 357 | static int utest_auto_run(void) |
| 358 | { |
| 359 | tc_loop = 1; |
| 360 | utest_thread_create(RT_NULL); |
| 361 | return RT_EOK; |
| 362 | } |
| 363 | INIT_APP_EXPORT(utest_auto_run); |
| 364 | #endif /* RT_UTEST_USING_AUTO_RUN */ |
| 365 |
nothing calls this directly
no test coverage detected