mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
[components/utilities/utest] 增加测试运行测试打印
Signed-off-by: MurphyZhao <d2014zjt@163.com>
This commit is contained in:
@@ -154,6 +154,7 @@ static void utest_run(const char *utest_name)
|
||||
{
|
||||
i = 0;
|
||||
is_find = RT_FALSE;
|
||||
LOG_I("[==========] [ utest ] loop %d/%d", index + 1, tc_loop);
|
||||
LOG_I("[==========] [ utest ] started");
|
||||
while(i < tc_num)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user