aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/dist_test
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-02-13 18:57:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-13 19:07:34 -0800
commitb71f11361e025c1245363a283a9761cd3368d3c9 (patch)
tree1a29fddbbc4d515695137e01ddec075debc485b9 /tensorflow/tools/dist_test
parent74d516c6aaee4dad8b7f471ca445bb130bfa5437 (diff)
Replace pip testing script with bazel.
Change: 147423640
Diffstat (limited to 'tensorflow/tools/dist_test')
-rw-r--r--tensorflow/tools/dist_test/server/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/tools/dist_test/server/BUILD b/tensorflow/tools/dist_test/server/BUILD
index 25efc83716..9d008ec9ce 100644
--- a/tensorflow/tools/dist_test/server/BUILD
+++ b/tensorflow/tools/dist_test/server/BUILD
@@ -7,6 +7,8 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
+load("//tensorflow:tensorflow.bzl", "py_test")
+
py_library(
name = "grpc_tensorflow_server",
srcs = [