Merge pull request #2472 from zhaojuntao/utest-loop

[components/utilities/utest] 增加测试运行测试打印
This commit is contained in:
Bernard Xiong 2019-03-19 17:12:24 +08:00 committed by GitHub
commit c9d88a8e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ static void utest_run(const char *utest_name)
{ {
i = 0; i = 0;
is_find = RT_FALSE; is_find = RT_FALSE;
LOG_I("[==========] [ utest ] loop %d/%d", index + 1, tc_loop);
LOG_I("[==========] [ utest ] started"); LOG_I("[==========] [ utest ] started");
while(i < tc_num) while(i < tc_num)
{ {