Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
fb4b3b6b
Commit
fb4b3b6b
authored
Dec 10, 2020
by
dmauro
Committed by
Andy Getz
Dec 10, 2020
Browse files
Googletest export
Fix a missing Bazel build dependency PiperOrigin-RevId: 346783462
parent
e5644f5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
googlemock/test/BUILD.bazel
googlemock/test/BUILD.bazel
+3
-0
googletest/test/BUILD.bazel
googletest/test/BUILD.bazel
+2
-0
No files found.
googlemock/test/BUILD.bazel
View file @
fb4b3b6b
...
...
@@ -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
(
...
...
googletest/test/BUILD.bazel
View file @
fb4b3b6b
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment