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()
4236 testDesc testDescriptions[] = { variable4529 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()4530 printf("## %s\n", testDescriptions[i].desc); in runtest()4531 res = launchTests(&testDescriptions[i]); in runtest()4572 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()4573 if (strstr(testDescriptions[i].desc, argv[a])) { in main()4581 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()