Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp57 const auto& gtest_color = ::testing::GTEST_FLAG(color); in ShouldUseColor() local
58 if (gtest_color == "yes" || gtest_color == "true" || gtest_color == "t") { in ShouldUseColor()
67 if (gtest_color != "auto") { in ShouldUseColor()
1001 std::string gtest_color; member
1086 options.gtest_color = testing::GTEST_FLAG(color); in PickOptions()
1125 options.gtest_color = args[i] + strlen("--gtest_color="); in PickOptions()
1199 testing::GTEST_FLAG(color) = options.gtest_color.c_str(); in main()