0
0
mirror of https://github.com/google/googletest.git synced 2025-03-19 10:23:48 +00:00

Also can build when included in source.

This commit is contained in:
Zhongming Qu 2017-08-18 03:59:05 -07:00
parent 9538687a89
commit 99d0ef39a6

View File

@ -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.