Home
last modified time | relevance | path

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

/test/
A Dtest-main.c683 void ut_report(struct ut_stats *stats, int run_count) in ut_report() argument
685 if (run_count > 1) in ut_report()
686 printf("Suites run: %d, total tests", run_count); in ut_report()
767 uts->run_count++; in ut_run_list()
A Dcmd_ut.c140 if (uts->run_count < 2) in show_stats()
143 ut_report(&uts->total, uts->run_count); in show_stats()

Completed in 10 milliseconds