提交 6773015c 编写于 作者: N nongli1031@gmail.com

add tc_done()


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2381 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 aa0d3695
......@@ -101,9 +101,9 @@ static void _tc_cleanup()
rt_thread_delete(worker);
if (t1_count > t2_count)
tc_stat(TC_STAT_FAILED);
tc_done(TC_STAT_FAILED);
else
tc_stat(TC_STAT_PASSED);
tc_done(TC_STAT_PASSED);
/* unlock scheduler */
rt_exit_critical();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册