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
782384d1
Unverified
Commit
782384d1
authored
Dec 19, 2017
by
Gennadiy Civil
Committed by
GitHub
Dec 19, 2017
Browse files
Merge pull request #1212 from qzmfranklin/bazel
Also build when included in source.
parents
1865ecaf
a7bd3725
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BUILD.bazel
BUILD.bazel
+3
-3
No files found.
BUILD.bazel
View file @
782384d1
...
...
@@ -88,7 +88,7 @@ cc_library(
srcs
=
[
"googlemock/src/gmock_main.cc"
,
],
deps
=
[
"
//
:gtest"
],
deps
=
[
":gtest"
],
)
# The following rules build samples of how to use gTest.
...
...
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