aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2018-05-22 13:14:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-22 13:16:53 -0700
commit4d134bad0403ebb5722144d8f859a04a5f21efc2 (patch)
tree188f2aa9f9702f8106a2c8e5d24027a09c833bcb /tensorflow/core/distributed_runtime/rpc/BUILD
parentbf6644f9d274f549707d3f2a80c77e5eda163ebb (diff)
Move executor_test.cc to tensorflow/core/common_runtime/.
PiperOrigin-RevId: 197611583
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD16
1 files changed, 2 insertions, 14 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index 40028ee241..4b2747f26d 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -314,18 +314,6 @@ tf_cc_binary(
],
)
-tf_cuda_library(
- name = "grpc_testlib_ops",
- testonly = 1,
- srcs = ["grpc_testlib_ops.cc"],
- linkstatic = 1, # Seems to be needed since alwayslink is broken in bazel
- deps = [
- "//tensorflow/core:framework",
- "//tensorflow/core:lib",
- ],
- alwayslink = 1,
-)
-
tf_cc_binary(
name = "grpc_testlib_server",
testonly = 1,
@@ -334,11 +322,11 @@ tf_cc_binary(
],
deps = [
":grpc_server_lib",
- ":grpc_testlib_ops",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
+ "//tensorflow/core:testlib",
"//tensorflow/core/distributed_runtime:server_lib",
"//tensorflow/core/kernels:constant_op",
"//tensorflow/core/kernels:cwise_op",
@@ -362,12 +350,12 @@ tf_cuda_library(
visibility = ["//tensorflow:__subpackages__"],
deps = [
":grpc_session",
- ":grpc_testlib_ops",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:test",
+ "//tensorflow/core:testlib",
],
alwayslink = 1,
)