Searched defs:tests (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c36 static int tests; variable
91 tests++;
167 if (passes == tests) {
168 (void) printf("TEST SUMMARY: %d / %d (ok)\n", passes, tests);
171 passes, tests, tests - passes);
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c83 chancfg_t *tests[16]; member in struct:testcfg
187 for (i = 0; (ccfg = tcfg->tests[i]) != NULL; i++) {
298 for (i = 0; (ccfg = tcfg->tests[i]) != NULL; i++) {
587 (void) printf(_("\n*** All tests completed OK ***\n"));

Completed in 61 milliseconds