Skip to content

Commit

Permalink
add compression build/test to bazel default test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-2015 committed Oct 21, 2024
1 parent d96b614 commit 122db20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/lite/micro/tools/ci_build/test_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 122db20

Please sign in to comment.