Home
last modified time | relevance | path

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

/system/nvram/core/tests/
Dgtest_stubs.cpp21 bool g_test_status = false; variable
31 g_test_status = true; in RunAllTests()
33 test_failures += g_test_status ? 0 : 1; in RunAllTests()
35 fprintf(stderr, "[ %s ] %s\n", decl->name, g_test_status ? "PASS" : "FAIL"); in RunAllTests()
Dgtest_stubs.h31 extern bool g_test_status;
35 testing::g_test_status = false; \
44 testing::g_test_status = false; \