Searched refs:tests_failed (Results 1 – 2 of 2) sorted by relevance
7 int tests_failed; variable13 tests_failed = 0; \18 if (tests_failed) \19 fprintf(stdout, " FAILED (%d)\n", tests_failed); \28 tests_failed++; \
228 static int tests_failed; variable1645 ret = tests_failed; in run_all_tests()