Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9439bc5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add timed out test files to tidy_timeout_srcs" am: a9a8f091 am: f92f815f am: af2219f2

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

Change-Id: I52acf602561d34b7b75fe4d5f13994157a354c48
parents c063deca af2219f2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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/*",
    ],