aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-09 17:51:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-09 18:04:25 -0800
commit92cc148de0b5aad51fdd80547d5c1a4b5c610884 (patch)
tree666a2bb08bfb4711e529012fe11f611e9abceef8 /tensorflow/core/distributed_runtime/rpc/BUILD
parent35a58c8141a13bf78fd88a4bc13a6181f815a2e3 (diff)
Name the nameless build rules
Without names they can't be refactored. Change: 141621006
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index 22c58f55a3..de48378f93 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -30,6 +30,7 @@ load(
"tf_cuda_library",
"tf_cc_test",
)
+load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_tests")
# For platform specific build config
@@ -368,6 +369,7 @@ cc_library(
)
tf_cuda_cc_tests(
+ name = "rpc_tests",
size = "small",
srcs = [
"grpc_channel_test.cc",
@@ -418,11 +420,10 @@ tf_cc_test(
],
)
-tf_cuda_cc_tests(
+tf_cuda_cc_test(
+ name = "grpc_session_test",
size = "medium",
- srcs = [
- "grpc_session_test.cc",
- ],
+ srcs = ["grpc_session_test.cc"],
linkstatic = tf_kernel_tests_linkstatic(),
tags = tf_cuda_tests_tags() + ["manual"],
deps = [