Lines Matching refs:suites
87 /** The table of all known test suites to run */
88 static CU_SuiteInfo suites[] = {
250 * Display information about all suites and their tests
252 * NOTE: Must be run after registry is initialized and suites registered.
263 for (iSuite = 0; suites[iSuite].pName != NULL; iSuite++) {
276 suites[iSuite].pName);
281 for (iTest = 0; suites[iSuite].pTests[iTest].pName != NULL;
292 suites[iSuite].pTests[iTest].pName);
302 " l - Display all suites and their tests\n"
498 /* Set active status for suites based on their policies */
752 /* Initialize test suites to run */
760 /* Register suites. */
761 if (CU_register_suites(suites) != CUE_SUCCESS) {
772 /* Disable suites and individual tests based on misc. conditions */