Lines Matching defs:test_names
1852 static const struct test test_names[] = {
1872 for (idx = 0; test_names[idx].name; idx++) {
1873 len = strlen(test_names[idx].name);
1877 if (strncmp(test, test_names[idx].name, len) != 0)
1934 for (idx = 0; test_names[idx].name; idx++) {
1935 if (strcmp(test, test_names[idx].name) == 0)
1939 if (test_names[idx].name) {
1968 printf("Running test '%s'\n", test_names[idx].name);
1969 err = test_names[idx].func(min, max);
1980 for (idx = 0; test_names[idx].name; idx++) {
1981 printf("Running test '%s'\n", test_names[idx].name);
1982 err = test_names[idx].func(min, max);