Lines Matching defs:test_names
1221 static const struct test test_names[] = {
1241 for (idx = 0; test_names[idx].name; idx++) {
1242 len = strlen(test_names[idx].name);
1246 if (strncmp(test, test_names[idx].name, len) != 0)
1303 for (idx = 0; test_names[idx].name; idx++) {
1304 if (strcmp(test, test_names[idx].name) == 0)
1308 if (test_names[idx].name) {
1337 printf("Running test '%s'\n", test_names[idx].name);
1338 err = test_names[idx].func(min, max);
1349 for (idx = 0; test_names[idx].name; idx++) {
1350 printf("Running test '%s'\n", test_names[idx].name);
1351 err = test_names[idx].func(min, max);