Searched refs:n_bad (Results 1 – 1 of 1) sorted by relevance
66 static int n_bad = 0; /**< Number of tests that have failed. */ variable264 ++n_bad;442 if (n_bad)443 printf("%d/%d TESTS FAILED. (%d skipped)\n", n_bad,444 n_bad+n_ok,n_skipped);448 return (n_bad == 0) ? 0 : 1;