aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2016-09-09 12:39:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-09 13:49:17 -0700
commit3127edd15972b8850845015d4eca51882e5350da (patch)
treea3e952897d3fbc8bad90b707f12753d5f62d8d85 /tensorflow/core/debug/BUILD
parent6187789bfd8c8e037480333aa50db0ed9cb0d000 (diff)
To prepare for removal of cuda_cc_test(s) build rule, make all build rules
consistent by making all rules take srcs arg. Change: 132710890
Diffstat (limited to 'tensorflow/core/debug/BUILD')
-rw-r--r--tensorflow/core/debug/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/debug/BUILD b/tensorflow/core/debug/BUILD
index 30f6b56a23..8467da8ff8 100644
--- a/tensorflow/core/debug/BUILD
+++ b/tensorflow/core/debug/BUILD
@@ -85,6 +85,7 @@ tf_cuda_library(
tf_cc_test_gpu(
name = "debug_gateway_test",
size = "small",
+ srcs = ["debug_gateway_test.cc"],
args = ["--heap_check=local"],
linkstatic = tf_kernel_tests_linkstatic(),
tags = tf_cuda_tests_tags() + ["nomac"],
@@ -114,6 +115,7 @@ tf_cc_test_gpu(
tf_cc_test(
name = "debug_io_utils_test",
size = "small",
+ srcs = ["debug_io_utils_test.cc"],
linkstatic = tf_kernel_tests_linkstatic(),
deps = [
":debug_io_utils",