Home
last modified time | relevance | path

Searched refs:test_failures (Results 1 – 1 of 1) sorted by relevance

/system/nvram/core/tests/
Dgtest_stubs.cpp27 int test_failures = 0; in RunAllTests() local
33 test_failures += g_test_status ? 0 : 1; in RunAllTests()
39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures); in RunAllTests()