aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gtest.BUILD
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-02-22 16:37:27 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-02-22 16:37:27 -0800
commit43bca1be48b3a388ea3e164f74bb723e6b730eef (patch)
tree6ed541895bee05ac76ee8c9ee183588e71cb46dc /third_party/gtest.BUILD
parente8a1a50465d944ef321481e9a10f17a5284a0fa4 (diff)
Add BUILD file for end2end tests too
Diffstat (limited to 'third_party/gtest.BUILD')
-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 = [