mirror of
https://github.com/google/googletest.git
synced 2024-12-27 02:01:25 +08:00
Addressing comments
This commit is contained in:
parent
4e284ee657
commit
c3f65335b7
@ -86,11 +86,7 @@ cc_library(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "gtest_main",
|
name = "gtest_main",
|
||||||
srcs = [
|
srcs = [
|
||||||
"googletest/src/gtest_main.cc",
|
"googlemock/src/gmock_main.cc",
|
||||||
],
|
|
||||||
includes = [
|
|
||||||
"googletest",
|
|
||||||
"googletest/include",
|
|
||||||
],
|
],
|
||||||
deps = ["//:gtest"],
|
deps = ["//:gtest"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user