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

Commit af2219f2 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

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

Change-Id: Idb397558ba30355daeb0021613d56a243c4fff91
parents 873681eb f92f815f
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -134,6 +134,10 @@ cc_test {


    test_suites: ["device-tests"],
    test_suites: ["device-tests"],


    tidy_timeout_srcs: [
        "unit/commands_test.cpp",
    ],

    srcs: [
    srcs: [
        "unit/*.cpp",
        "unit/*.cpp",
    ],
    ],
@@ -192,6 +196,10 @@ cc_test_host {
        "libupdater_defaults",
        "libupdater_defaults",
    ],
    ],


    tidy_timeout_srcs: [
        "unit/host/imgdiff_test.cpp",
    ],

    srcs: [
    srcs: [
        "unit/host/*",
        "unit/host/*",
    ],
    ],