Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp30 const auto& gtest_color = ::testing::GTEST_FLAG(color); in ShouldUseColor() local
31 if (gtest_color == "yes" || gtest_color == "true" || gtest_color == "t") { in ShouldUseColor()
34 if (gtest_color != "auto") { in ShouldUseColor()
/system/testing/gtest_extras/tests/
DOptionsTest.cpp412 TEST(OptionsTest, gtest_color) { in TEST() argument