Lines Matching +full:windows +full:- +full:test +full:- +full:rules
31 # Bazel Build for Google C++ Testing Framework(Google Test)
42 name = "windows",
43 constraint_values = ["@platforms//os:windows"],
49 "@bazel_tools//tools/cpp:compiler": "msvc-cl",
66 # Google Test including Google Mock
78 "googletest/src/gtest-all.cc",
80 "googlemock/src/gmock-all.cc",
89 ":windows": [],
90 "//conditions:default": ["-pthread"],
97 ":windows": ["windows_export_all_symbols"],
107 ":windows": [],
108 "//conditions:default": ["-pthread"],
128 ":windows": ["windows_export_all_symbols"],
134 # The following rules build samples of how to use gTest.
146 "googletest/samples/sample3-inl.h",
150 ":windows": ["windows_export_all_symbols"],