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

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

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

Change-Id: I53e87a29b711c9d7c4b2bbd003d39ea525d24459
parents 01f1e6cd a9a8f091
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/*",
    ],