Searched refs:tests_failed (Results 1 – 6 of 6) 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++; \
30 return tests_failed == 0 ? 0 : -1; in main()
218 tests_failed++; in test_mmap_thread()413 return tests_failed == 0 ? 0 : -1; in main()
134 return tests_failed == 0 ? 0 : -1; in main()
228 static int tests_failed; variable1645 ret = tests_failed; in run_all_tests()