Merge "Make it clear that the cc_tests aren't actually tests." am: 3b8a89df32

Change-Id: Ifcdb0c58d989c4e3469ceba41c284ced073f15e7
This commit is contained in:
Treehugger Robot 2020-03-23 18:57:29 +00:00 committed by Automerger Merge Worker
commit 974076ad57

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: {