aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-14 05:41:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-14 05:44:45 -0700
commit915b1383f843762cb5b254b5ccea6902b1df0513 (patch)
tree41a1762404f14c51d3e8a676de10ebd6187e21c1 /tensorflow/compiler/tests/BUILD
parent03dd23166973ea129ea573ddb4db1f0287b98b78 (diff)
Internal change.
PiperOrigin-RevId: 200543448
Diffstat (limited to 'tensorflow/compiler/tests/BUILD')
-rw-r--r--tensorflow/compiler/tests/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index e6c92f9720..98fab319d6 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -51,6 +51,15 @@ py_library(
],
)
+py_test(
+ name = "xla_test_test",
+ size = "small",
+ srcs = ["xla_test_test.py"],
+ deps = [
+ ":xla_test",
+ ],
+)
+
tf_xla_py_test(
name = "adagrad_test",
size = "small",