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
ac138b68
Unverified
Commit
ac138b68
authored
Feb 22, 2018
by
Gennadiy Civil
Committed by
GitHub
Feb 22, 2018
Browse files
Merge branch 'master' into fix-death-warn
parents
8a615871
32e62da2
Changes
1
Hide 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 @
ac138b68
...
...
@@ -119,6 +119,16 @@ cc_test(
"//: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_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