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()
1411 testDesc testDescriptions[] = { variable1479 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()1480 printf("## %s\n", testDescriptions[i].desc); in runtest()1481 res = launchTests(&testDescriptions[i], i); in runtest()1620 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
4228 testDesc testDescriptions[] = { variable4518 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()4519 printf("## %s\n", testDescriptions[i].desc); in runtest()4520 res = launchTests(&testDescriptions[i]); in runtest()4555 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()4556 if (strstr(testDescriptions[i].desc, argv[a])) { in main()4564 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()