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

Function test_mq_delete

src/utest/messagequeue_tc.c:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190static 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
198static rt_err_t utest_tc_init(void)
199{

Callers

nothing calls this directly

Calls 1

rt_mq_deleteFunction · 0.85

Tested by

no test coverage detected