aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-24 15:32:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-24 15:36:47 -0700
commit74d4bd78363b75538ce3aa7ec5ec20678da69c28 (patch)
treeeb80fce58245fd69902bd4875b508b86e7d166c2 /tensorflow/contrib/lite/testing/BUILD
parentba4ccc83adc397936ac01f80dd04ee8b2686c929 (diff)
Internal Change
PiperOrigin-RevId: 205903203
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index 4c37bcb3c9..6c7f494e9b 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -112,7 +112,6 @@ cc_library(
cc_test(
name = "message_test",
srcs = ["message_test.cc"],
- tags = ["no_oss"],
deps = [
":message",
"@com_google_googletest//:gtest_main",
@@ -132,7 +131,6 @@ cc_test(
name = "split_test",
size = "small",
srcs = ["split_test.cc"],
- tags = ["no_oss"],
deps = [
":split",
"@com_google_googletest//:gtest_main",
@@ -142,13 +140,13 @@ cc_test(
cc_library(
name = "join",
hdrs = ["join.h"],
+ deps = ["//tensorflow/contrib/lite:string"],
)
cc_test(
name = "join_test",
size = "small",
srcs = ["join_test.cc"],
- tags = ["no_oss"],
deps = [
":join",
"@com_google_googletest//:gtest_main",
@@ -174,7 +172,6 @@ cc_test(
srcs = ["tflite_driver_test.cc"],
data = ["//tensorflow/contrib/lite:testdata/multi_add.bin"],
tags = [
- "no_oss",
"tflite_not_portable_android",
"tflite_not_portable_ios",
],
@@ -196,7 +193,6 @@ cc_library(
cc_test(
name = "tokenize_test",
srcs = ["tokenize_test.cc"],
- tags = ["no_oss"],
deps = [
":tokenize",
"@com_google_googletest//:gtest_main",
@@ -219,7 +215,6 @@ cc_library(
cc_test(
name = "test_runner_test",
srcs = ["test_runner_test.cc"],
- tags = ["no_oss"],
deps = [
":test_runner",
"@com_google_googletest//:gtest_main",
@@ -258,7 +253,6 @@ cc_test(
srcs = ["tf_driver_test.cc"],
data = ["//tensorflow/contrib/lite:testdata/multi_add.pb"],
tags = [
- "no_oss",
"tflite_not_portable",
],
deps = [
@@ -275,6 +269,7 @@ cc_library(
":join",
":split",
":tf_driver",
+ "//tensorflow/contrib/lite:string",
"//tensorflow/core:framework",
],
)
@@ -284,7 +279,6 @@ cc_test(
size = "small",
srcs = ["generate_testspec_test.cc"],
tags = [
- "no_oss",
"tflite_not_portable",
],
deps = [
@@ -341,7 +335,6 @@ tf_cc_test(
],
tags = [
"no_cuda_on_cpu_tap",
- "no_oss",
"tflite_not_portable",
],
deps = [