Searched refs:run_count (Results 1 – 2 of 2) sorted by relevance
683 void ut_report(struct ut_stats *stats, int run_count) in ut_report() argument685 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()
140 if (uts->run_count < 2) in show_stats()143 ut_report(&uts->total, uts->run_count); in show_stats()
Completed in 10 milliseconds