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:
commit
b9439bc55f
1 changed files with 8 additions and 0 deletions
|
@ -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/*",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue