aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/BUILD')
-rw-r--r--tensorflow/python/kernel_tests/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD
index 0712368253..be5b394ba8 100644
--- a/tensorflow/python/kernel_tests/BUILD
+++ b/tensorflow/python/kernel_tests/BUILD
@@ -117,6 +117,14 @@ tf_py_test(
)
tf_py_test(
+ name = "decode_image_op_test",
+ size = "small",
+ srcs = ["decode_image_op_test.py"],
+ additional_deps = ["//tensorflow:tensorflow_py"],
+ data = ["//tensorflow/core:image_testdata"],
+)
+
+tf_py_test(
name = "decode_raw_op_test",
size = "small",
srcs = ["decode_raw_op_test.py"],