mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-09-22 04:13:12 +08:00
Googletest export
Internal Change PiperOrigin-RevId: 225849972
This commit is contained in:
parent
b7dd66519f
commit
ed3f9bb229
@ -278,6 +278,13 @@ cc_binary(
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
name = "gtest_skip_test",
|
||||
size = "small",
|
||||
srcs = ["gtest_skip_test.cc"],
|
||||
deps = ["//:gtest_main"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "googletest-list-tests-unittest",
|
||||
size = "small",
|
||||
|
Loading…
x
Reference in New Issue
Block a user