Commit 40a909b4 authored by misterg's avatar misterg
Browse files

WIP, windows testing

parent a2006b2a
......@@ -119,7 +119,7 @@ cc_test(
size = "small",
srcs = ["gtest-death-test_ex_test.cc"],
copts = select({
"//:win": [],
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
"//conditions:default": ["-fexceptions"],
}),
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=0"],
......@@ -131,7 +131,7 @@ cc_test(
size = "small",
srcs = ["gtest-death-test_ex_test.cc"],
copts = select({
"//:win": [],
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
"//conditions:default": ["-fexceptions"],
}),
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
......
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