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
ed3f9bb2
Commit
ed3f9bb2
authored
Dec 17, 2018
by
misterg
Committed by
Mark Barolak
Dec 17, 2018
Browse files
Googletest export
Internal Change PiperOrigin-RevId: 225849972
parent
b7dd6651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
googletest/test/BUILD.bazel
googletest/test/BUILD.bazel
+7
-0
No files found.
googletest/test/BUILD.bazel
View file @
ed3f9bb2
...
@@ -278,6 +278,13 @@ cc_binary(
...
@@ -278,6 +278,13 @@ cc_binary(
deps
=
[
"//:gtest"
],
deps
=
[
"//:gtest"
],
)
)
cc_test
(
name
=
"gtest_skip_test"
,
size
=
"small"
,
srcs
=
[
"gtest_skip_test.cc"
],
deps
=
[
"//:gtest_main"
],
)
py_test
(
py_test
(
name
=
"googletest-list-tests-unittest"
,
name
=
"googletest-list-tests-unittest"
,
size
=
"small"
,
size
=
"small"
,
...
...
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