Searched refs:test_functions (Results 1 – 1 of 1) sorted by relevance
527 static test_function test_functions[] = variable1335 for (size_t i = 0; i < ARRAY_SIZE (test_functions); i++) in add_test()1337 if (func_name_len == strlen (test_functions[i].name) in add_test()1338 && strncmp (line, test_functions[i].name, func_name_len) == 0) in add_test()1340 test_function *tf = &test_functions[i]; in add_test()2264 for (size_t i = 0; i < ARRAY_SIZE (test_functions); i++) in generate_output()2266 test_function *tf = &test_functions[i]; in generate_output()
Completed in 8 milliseconds