Merge "Add timed out test files to tidy_timeout_srcs" am: a9a8f091cb am: f92f815f9c am: af2219f20e

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1992172

Change-Id: I52acf602561d34b7b75fe4d5f13994157a354c48
This commit is contained in:
Treehugger Robot 2022-02-19 04:06:33 +00:00 committed by Automerger Merge Worker
commit b9439bc55f

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/*",
],