feat: ci script associated with auto_utest. (#9933)

* feat: ci script associated with auto_utest.
This commit is contained in:
Yuqiang Wang
2025-03-10 11:08:21 +08:00
committed by GitHub
parent 94afe6a4f1
commit ad79383fa3
7 changed files with 258 additions and 6 deletions
+2 -1
View File
@@ -278,7 +278,6 @@ static void utest_do_run(const char *utest_name)
break;
}
LOG_I("[==========] [ utest ] finished");
LOG_I("[==========] [ utest ] %d tests from %d testcase ran.", tc_run_num, tc_num);
LOG_I("[ PASSED ] [ result ] %d tests.", tc_run_num - tc_fail_num);
@@ -293,6 +292,8 @@ static void utest_do_run(const char *utest_name)
}
}
}
LOG_I("[==========] [ utest ] finished");
}
}