Home
last modified time | relevance | path

Searched refs:run_count (Results 1 – 4 of 4) sorted by relevance

/subsys/testsuite/ztest/src/
A Dztest.c861 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
882 test->stats->run_count++; in z_ztest_run_test_suite_ptr()
944 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
946 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_oneline()
988 if (test->stats->skip_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
990 } else if (test->stats->pass_count == test->stats->run_count) { in __ztest_show_suite_summary_verbose()
1003 test->stats->run_count - test->stats->pass_count, in __ztest_show_suite_summary_verbose()
1004 test->stats->run_count, test->stats->duration_worst_ms / 1000, in __ztest_show_suite_summary_verbose()
1056 stats->run_count++; in __ztest_run_test_suite()
1145 if (suite->stats->run_count < 1) { in ztest_verify_all_test_suites_ran()
[all …]
A Dztest_shell.c126 suite->stats->run_count++; in z_ztest_should_suite_run()
A Dztest_posix.c225 suite->stats->run_count++; in z_ztest_should_suite_run()
/subsys/testsuite/ztest/include/zephyr/
A Dztest_test.h129 uint32_t run_count; member
138 uint32_t run_count; member

Completed in 16 milliseconds