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

Commit a9a8f091 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add timed out test files to tidy_timeout_srcs"

parents 266a01b7 af6d780e
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/*",
    ],