Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c958 int suite_result = TC_PASS; in __ztest_show_suite_summary_oneline() local
977 suite_result = TC_SKIP; in __ztest_show_suite_summary_oneline()
980 suite_result = (distinct_fail > 0) ? TC_FAIL : TC_PASS; in __ztest_show_suite_summary_oneline()
994 TC_RESULT_TO_STR(suite_result), passrate_major, passrate_minor, in __ztest_show_suite_summary_oneline()