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
32e62da2
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "48ec64092a38621210ecd835fde61d76861269c1"
Unverified
Commit
32e62da2
authored
Feb 22, 2018
by
Gennadiy Civil
Committed by
GitHub
Feb 22, 2018
Browse files
Merge pull request #1469 from gennadiycivil/master
merges
parents
3f0cf6b6
df656324
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
googletest/test/BUILD.bazel
googletest/test/BUILD.bazel
+10
-0
No files found.
googletest/test/BUILD.bazel
View file @
32e62da2
...
@@ -119,6 +119,16 @@ cc_test(
...
@@ -119,6 +119,16 @@ cc_test(
"//:gtest"
,
"//:gtest"
,
],
],
)
)
cc_test
(
name
=
"gtest_unittest"
,
size
=
"small"
,
srcs
=
[
"gtest_unittest.cc"
],
args
=
[
"--heap_check=strict"
],
shard_count
=
2
,
deps
=
[
"//:gtest_main"
],
)
# Py tests
# Py tests
py_library
(
py_library
(
...
...
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