mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Merge d54d30fecb5d37d8d50e8123f715bea206e72ca3 into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
d670d4c7a1
@ -187,6 +187,7 @@ cc_library(
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
deps = [":gtest"],
|
||||
alwayslink = True,
|
||||
)
|
||||
|
||||
# The following rules build samples of how to use gTest.
|
||||
|
||||
@ -125,7 +125,7 @@ cc_test(
|
||||
name = "googletest-listener-test",
|
||||
size = "small",
|
||||
srcs = ["googletest-listener-test.cc"],
|
||||
deps = ["//:gtest_main"],
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
@ -358,7 +358,7 @@ cc_test(
|
||||
name = "gtest_skip_in_environment_setup_test",
|
||||
size = "small",
|
||||
srcs = ["gtest_skip_in_environment_setup_test.cc"],
|
||||
deps = ["//:gtest_main"],
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
@ -417,7 +417,7 @@ cc_binary(
|
||||
name = "googletest-catch-exceptions-no-ex-test_",
|
||||
testonly = 1,
|
||||
srcs = ["googletest-catch-exceptions-test_.cc"],
|
||||
deps = ["//:gtest_main"],
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
@ -425,7 +425,7 @@ cc_binary(
|
||||
testonly = 1,
|
||||
srcs = ["googletest-catch-exceptions-test_.cc"],
|
||||
copts = ["-fexceptions"],
|
||||
deps = ["//:gtest_main"],
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user