aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2017-02-24 10:46:54 -0800
committerGravatar GitHub <noreply@github.com>2017-02-24 10:46:54 -0800
commitdefc69670aaaea262f23c2f38ca9125f93d029e0 (patch)
treeeb0c7dc14b24f0552d3e3aa42bbfe8790622563e /third_party
parent5ea18b372f7eed80ff917455f0979b489e7535e0 (diff)
parent9656f27d8a47b5d8e6272aa78e9f6f86182d35bd (diff)
Merge pull request #9774 from sreecha/surface_test_bazel
Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gtest.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gtest.BUILD b/third_party/gtest.BUILD
index bf980754ca..a07db65b91 100644
--- a/third_party/gtest.BUILD
+++ b/third_party/gtest.BUILD
@@ -5,7 +5,7 @@ cc_library(
],
hdrs = glob(["include/**/*.h", "src/*.cc", "src/*.h"]),
includes = [
- "include", "."
+ "include",
],
linkstatic = 1,
visibility = [