aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index b684522eb6..b2a928867f 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -1812,10 +1812,13 @@ tf_cc_test(
],
)
-tf_cc_test(
- name = "ops/math_ops_test",
+tf_cc_tests(
size = "small",
linkstatic = tf_kernel_tests_linkstatic(),
+ tests = [
+ "ops/array_ops_test.cc",
+ "ops/math_ops_test.cc",
+ ],
deps = [
":core",
":core_cpu",