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
99d0ef39
Commit
99d0ef39
authored
Aug 18, 2017
by
Zhongming Qu
Browse files
Also can build when included in source.
parent
9538687a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BUILD.bazel
BUILD.bazel
+1
-1
No files found.
BUILD.bazel
View file @
99d0ef39
...
@@ -88,7 +88,7 @@ cc_library(
...
@@ -88,7 +88,7 @@ cc_library(
srcs
=
[
srcs
=
[
"googlemock/src/gmock_main.cc"
,
"googlemock/src/gmock_main.cc"
,
],
],
deps
=
[
"
//
:gtest"
],
deps
=
[
":gtest"
],
)
)
# The following rules build samples of how to use 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