Searched refs:testDescriptions (Results 1 – 3 of 3) sorted by relevance
792 testDesc testDescriptions[] = { variable909 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()910 printf("## %s\n", testDescriptions[i].desc); in runtest()911 res = launchTests(&testDescriptions[i]); in runtest()939 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()940 if (strstr(testDescriptions[i].desc, argv[a])) { in main()948 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
1410 testDesc testDescriptions[] = { variable1478 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()1479 printf("## %s\n", testDescriptions[i].desc); in runtest()1480 res = launchTests(&testDescriptions[i], i); in runtest()1619 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
4143 testDesc testDescriptions[] = { variable4416 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()4417 printf("## %s\n", testDescriptions[i].desc); in runtest()4418 res = launchTests(&testDescriptions[i]); in runtest()4446 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()4447 if (strstr(testDescriptions[i].desc, argv[a])) { in main()4455 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()