aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2017-12-08 16:34:00 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-08 16:37:21 -0800
commitb1c64c61ad15ee90ae64a0b49f79646508a180d2 (patch)
tree9a3ed0aa2066a8d5d417cb8f9083d0af4e987020 /tensorflow/BUILD
parenta0c21217fcf2993c5625a726c62a04b749afcddf (diff)
[tf.data] Move tests from python/kernel_tests to python/data/kernel_tests.
This makes it easier to run all core tf.data tests with a single command, i.e.: bazel test //tensorflow/python/data/... PiperOrigin-RevId: 178444314
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 48f594c954..5a12fd17ed 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -594,6 +594,7 @@ filegroup(
"//tensorflow/java/src/main/native:all_files",
"//tensorflow/python:all_files",
"//tensorflow/python/data:all_files",
+ "//tensorflow/python/data/kernel_tests:all_files",
"//tensorflow/python/data/ops:all_files",
"//tensorflow/python/data/util:all_files",
"//tensorflow/python/debug:all_files",