| 190 | } |
| 191 | |
| 192 | static rt_err_t utest_tc_cleanup(void) |
| 193 | { |
| 194 | rt_sem_detach(&_thr_exit_sem); |
| 195 | return RT_EOK; |
| 196 | } |
| 197 | |
| 198 | UTEST_TC_EXPORT(testcase, "components.drivers.ipc.rt_completion_basic", |
| 199 | utest_tc_init, utest_tc_cleanup, 10); |
nothing calls this directly
no test coverage detected