Searched refs:group_index (Results 1 – 1 of 1) sorted by relevance
70 for (size_t group_index = 0; group_index < the_test_runner.num_groups; ++group_index) { in test_iterate() local72 const struct simple_c_test_group *test_group = the_test_runner.groups[group_index]; in test_iterate()137 for (size_t group_index = 0; group_index < the_test_runner.num_groups; ++group_index) { in count_tests() local139 count += the_test_runner.groups[group_index]->num_test_cases; in count_tests()
Completed in 5 milliseconds