aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel6
1 files changed, 1 insertions, 5 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index c48e0292..a4423740 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -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"],
)