Merge "Make it clear that the cc_tests aren't actually tests."

This commit is contained in:
Treehugger Robot 2020-03-23 18:41:51 +00:00 committed by Gerrit Code Review
commit 3b8a89df32

View file

@ -386,6 +386,7 @@ cc_test {
"-Wall",
"-Werror",
],
gtest: false,
srcs: ["test/decoder/main.c"],
static_libs: ["libhevcdec"],
target: {
@ -759,6 +760,7 @@ cc_test {
"-Wall",
"-Werror",
],
gtest: false,
srcs: ["test/encoder/main.c"],
static_libs: ["libhevcenc"],
sanitize: {