mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Addressing comments
This commit is contained in:
parent
4e284ee657
commit
c3f65335b7
1 changed files with 1 additions and 5 deletions
|
@ -86,11 +86,7 @@ cc_library(
|
|||
cc_library(
|
||||
name = "gtest_main",
|
||||
srcs = [
|
||||
"googletest/src/gtest_main.cc",
|
||||
],
|
||||
includes = [
|
||||
"googletest",
|
||||
"googletest/include",
|
||||
"googlemock/src/gmock_main.cc",
|
||||
],
|
||||
deps = ["//:gtest"],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue