Merge pull request #1212 from qzmfranklin/bazel
Also build when included in source.
This commit is contained in:
commit
782384d11f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user