aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-23 18:09:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-23 18:12:45 -0700
commit8bffa11a4c36a9c4af87ca673cb31ed91661c002 (patch)
treeec38ee2377df77ec36ba6acc80acc64729fef48d /tensorflow/tools/test
parent169e6d103259efc68b88fb1b0c7cd8021ddf97a0 (diff)
BUILD cleanup in tensorflow/tools/...
PiperOrigin-RevId: 160018623
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 953463df4a..28d651e910 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -22,6 +22,7 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python:client",
"//tensorflow/python:errors",
"//tensorflow/python:platform",
@@ -46,6 +47,7 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":system_info_lib",
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python:platform",
],
)
@@ -57,6 +59,7 @@ py_binary(
visibility = ["//visibility:public"],
deps = [
":run_and_gather_logs_lib",
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python:client_testlib",
"//tensorflow/python:platform",
],