aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/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/BUILD
parent35a58c8141a13bf78fd88a4bc13a6181f815a2e3 (diff)
Name the nameless build rules
Without names they can't be refactored. Change: 141621006
Diffstat (limited to 'tensorflow/core/distributed_runtime/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/BUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/tensorflow/core/distributed_runtime/BUILD b/tensorflow/core/distributed_runtime/BUILD
index 69102b9785..ddda8d0742 100644
--- a/tensorflow/core/distributed_runtime/BUILD
+++ b/tensorflow/core/distributed_runtime/BUILD
@@ -27,6 +27,7 @@ filegroup(
]),
)
+load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_tests")
# For platform specific build config
@@ -268,6 +269,7 @@ cc_library(
# TODO(mrry): Move executor_test.cc to ../common_runtime when once it no longer depends
# on grpc_testlib.
tf_cuda_cc_tests(
+ name = "executor_tests",
size = "medium",
srcs = [
"executor_test.cc",
@@ -303,11 +305,10 @@ tf_cuda_cc_tests(
],
)
-tf_cuda_cc_tests(
+tf_cuda_cc_test(
+ name = "remote_device_test",
size = "small",
- srcs = [
- "remote_device_test.cc",
- ],
+ srcs = ["remote_device_test.cc"],
linkstatic = tf_kernel_tests_linkstatic(),
tags = tf_cuda_tests_tags() + ["manual"],
deps = [