Home | History | Annotate | Download | only in libxml2

Lines Matching refs:testDescriptions

4143 testDesc testDescriptions[] = {
4416 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL))
4417 printf("## %s\n", testDescriptions[i].desc);
4418 res = launchTests(&testDescriptions[i]);
4446 for (i = 0; testDescriptions[i].func != NULL; i++) {
4447 if (strstr(testDescriptions[i].desc, argv[a])) {
4455 for (i = 0; testDescriptions[i].func != NULL; i++) {