mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
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",
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user