Commit c3f65335 authored by misterg's avatar misterg
Browse files

Addressing comments

parent 4e284ee6
...@@ -86,11 +86,7 @@ cc_library( ...@@ -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"],
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment