Googletest export
Fix a missing Bazel build dependency PiperOrigin-RevId: 346783462
This commit is contained in:
parent
e5644f5f12
commit
fb4b3b6b9a
@ -52,6 +52,9 @@ py_library(
|
|||||||
name = "gmock_test_utils",
|
name = "gmock_test_utils",
|
||||||
testonly = 1,
|
testonly = 1,
|
||||||
srcs = ["gmock_test_utils.py"],
|
srcs = ["gmock_test_utils.py"],
|
||||||
|
deps = [
|
||||||
|
"//googletest/test:gtest_test_utils",
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_binary(
|
cc_binary(
|
||||||
|
@ -35,6 +35,8 @@ load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
|||||||
|
|
||||||
licenses(["notice"])
|
licenses(["notice"])
|
||||||
|
|
||||||
|
package(default_visibility = ["//:__subpackages__"])
|
||||||
|
|
||||||
#on windows exclude gtest-tuple.h
|
#on windows exclude gtest-tuple.h
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "gtest_all_test",
|
name = "gtest_all_test",
|
||||||
|
Loading…
Reference in New Issue
Block a user