Home
last modified time | relevance | path

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

/trusted-services/components/service/test_runner/provider/backend/simple_c/
A Dsimple_c_test_runner.c70 for (size_t group_index = 0; group_index < the_test_runner.num_groups; ++group_index) { in test_iterate() local
72 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() local
139 count += the_test_runner.groups[group_index]->num_test_cases; in count_tests()

Completed in 5 milliseconds