From 122db20a6b6b1db3f070111f52f0aa802210866c Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Sun, 20 Oct 2024 19:07:19 -0700 Subject: [PATCH] add compression build/test to bazel default test script --- tensorflow/lite/micro/tools/ci_build/test_bazel.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow/lite/micro/tools/ci_build/test_bazel.sh b/tensorflow/lite/micro/tools/ci_build/test_bazel.sh index b76ba6e2625..ad42b7147ec 100755 --- a/tensorflow/lite/micro/tools/ci_build/test_bazel.sh +++ b/tensorflow/lite/micro/tools/ci_build/test_bazel.sh @@ -31,6 +31,10 @@ CC=clang readable_run bazel build ... \ CC=clang readable_run bazel test ... \ --test_tag_filters=-no_oss --build_tag_filters=-no_oss \ --test_output=errors +CC=clang readable_run bazel test ... \ + --test_tag_filters=-no_oss --build_tag_filters=-no_oss \ + --test_output=errors \ + --//:with_compression # TODO(b/178621680): enable ubsan once bazel + clang + ubsan errors are fixed. #CC=clang readable_run bazel test tensorflow/lite/micro/... --config=ubsan --test_tag_filters=-no_oss,-noubsan --build_tag_filters=-no_oss,-noubsan