| 188 | } |
| 189 | |
| 190 | static void test_mq_delete(void) |
| 191 | { |
| 192 | #ifdef RT_USING_HEAP |
| 193 | rt_err_t ret = rt_mq_delete(dynamic_mq); |
| 194 | uassert_true(ret == RT_EOK); |
| 195 | #endif /* RT_USING_HEAP */ |
| 196 | } |
| 197 | |
| 198 | static rt_err_t utest_tc_init(void) |
| 199 | { |
nothing calls this directly
no test coverage detected