Commit fb4b3b6b authored by dmauro's avatar dmauro Committed by Andy Getz
Browse files

Googletest export

Fix a missing Bazel build dependency

PiperOrigin-RevId: 346783462
parent e5644f5f
......@@ -52,6 +52,9 @@ py_library(
name = "gmock_test_utils",
testonly = 1,
srcs = ["gmock_test_utils.py"],
deps = [
"//googletest/test:gtest_test_utils",
]
)
cc_binary(
......
......@@ -35,6 +35,8 @@ load("@rules_python//python:defs.bzl", "py_library", "py_test")
licenses(["notice"])
package(default_visibility = ["//:__subpackages__"])
#on windows exclude gtest-tuple.h
cc_test(
name = "gtest_all_test",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment