소스 검색

[components/utilities/utest] 增加测试运行测试打印

Signed-off-by: MurphyZhao <d2014zjt@163.com>
MurphyZhao 6 년 전
부모
커밋
e5c5215917
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/utilities/utest/utest.c

+ 1 - 0
components/utilities/utest/utest.c

@@ -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)
         {