WIP
This commit is contained in:
@@ -85,7 +85,7 @@ cc_test(
|
||||
"gtest-listener_test.cc",
|
||||
],
|
||||
deps = [
|
||||
"//:gtest_main",
|
||||
"//:gtest",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -96,7 +96,7 @@ cc_test(
|
||||
"gtest-unittest-api_test.cc",
|
||||
],
|
||||
deps = [
|
||||
"//:gtest_main",
|
||||
"//:gtest",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -109,34 +109,8 @@ cc_test(
|
||||
"gtest-param-test_test.h",
|
||||
],
|
||||
deps = [
|
||||
"//:gtest_main",
|
||||
"//:gtest",
|
||||
],
|
||||
)
|
||||
|
||||
#Verifies interaction of death tests and exceptions.
|
||||
cc_test(
|
||||
name = "gtest-death-test_ex_catch_test",
|
||||
size = "medium",
|
||||
srcs = ["gtest-death-test_ex_test.cc"],
|
||||
copts = select({
|
||||
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||
"//conditions:default": ["-fexceptions"],
|
||||
}),
|
||||
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||
deps = ["//:gtest_ex"],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
name = "gtest-death-test_ex_nocatch_test",
|
||||
size = "medium",
|
||||
srcs = ["gtest-death-test_ex_test.cc"],
|
||||
copts = select({
|
||||
"//:win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||
"//conditions:default": ["-fexceptions"],
|
||||
}),
|
||||
defines = ["GTEST_ENABLE_CATCH_EXCEPTIONS_=0"],
|
||||
deps = ["//:gtest_ex"],
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user