Merge "Add timed out test files to tidy_timeout_srcs"

This commit is contained in:
Treehugger Robot 2022-02-19 02:59:28 +00:00 committed by Gerrit Code Review
commit a9a8f091cb

View file

@ -134,6 +134,10 @@ cc_test {
test_suites: ["device-tests"],
tidy_timeout_srcs: [
"unit/commands_test.cpp",
],
srcs: [
"unit/*.cpp",
],
@ -192,6 +196,10 @@ cc_test_host {
"libupdater_defaults",
],
tidy_timeout_srcs: [
"unit/host/imgdiff_test.cpp",
],
srcs: [
"unit/host/*",
],