WIP, windows testing
This commit is contained in:
parent
a2006b2ab0
commit
40a909b4e5
@ -119,7 +119,7 @@ cc_test(
|
|||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["gtest-death-test_ex_test.cc"],
|
srcs = ["gtest-death-test_ex_test.cc"],
|
||||||
copts = select({
|
copts = select({
|
||||||
"//:win": [],
|
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||||
"//conditions:default": ["-fexceptions"],
|
"//conditions:default": ["-fexceptions"],
|
||||||
}),
|
}),
|
||||||
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=0"],
|
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=0"],
|
||||||
@ -131,7 +131,7 @@ cc_test(
|
|||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["gtest-death-test_ex_test.cc"],
|
srcs = ["gtest-death-test_ex_test.cc"],
|
||||||
copts = select({
|
copts = select({
|
||||||
"//:win": [],
|
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||||
"//conditions:default": ["-fexceptions"],
|
"//conditions:default": ["-fexceptions"],
|
||||||
}),
|
}),
|
||||||
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||||
|
Loading…
Reference in New Issue
Block a user