Commit a2006b2a authored by misterg's avatar misterg
Browse files

WIP, windows testing

parent c75de0aa
......@@ -120,7 +120,7 @@ cc_test(
srcs = ["gtest-death-test_ex_test.cc"],
copts = select({
"//:win": [],
"//conditions:default": [""-fexceptions""],
"//conditions:default": ["-fexceptions"],
}),
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=0"],
deps = ["//:gtest_ex"],
......@@ -132,7 +132,7 @@ cc_test(
srcs = ["gtest-death-test_ex_test.cc"],
copts = select({
"//:win": [],
"//conditions:default": [""-fexceptions""],
"//conditions:default": ["-fexceptions"],
}),
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
deps = ["//:gtest_ex"],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment