]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Googletest export
authordmauro <dmauro@google.com>
Thu, 10 Dec 2020 15:52:16 +0000 (10:52 -0500)
committerAndy Getz <durandal@google.com>
Thu, 10 Dec 2020 22:56:26 +0000 (17:56 -0500)
Fix a missing Bazel build dependency

PiperOrigin-RevId: 346783462

googlemock/test/BUILD.bazel
googletest/test/BUILD.bazel

index 4aa9a75e8012853d7a1fb92707dcb321fa1c9450..97676ea826169b619770d8ad6b24add4e5700587 100644 (file)
@@ -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(
index e24f5f227c515fff587fb7e96742ae0633c9a555..7d3e1610c458f13fbbe87bf178f77c2f6b646fba 100644 (file)
@@ -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",