Searched refs:testDescriptions (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c4109 testDesc testDescriptions[] = { variable
4367 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL))
4368 printf("## %s\n", testDescriptions[i].desc);
4369 res = launchTests(&testDescriptions[i]);
4398 for (i = 0; testDescriptions[i].func != NULL; i++) {
4399 if (strstr(testDescriptions[i].desc, argv[a])) {
4407 for (i = 0; testDescriptions[i].func != NULL; i++) {

Completed in 61 milliseconds