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

Commit 4e6f3d96 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add test_suites lines."

parents c314d4db 40fdf3f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -369,6 +369,7 @@ cc_test {
        "libusb",
        "libmdnssd",
    ],
    test_suites: ["device-tests"],
}

python_binary_host {
+1 −0
Original line number Diff line number Diff line
@@ -162,4 +162,5 @@ cc_test {
            suffix: "64",
        },
    },
    test_suites: ["device-tests"],
}
+2 −0
Original line number Diff line number Diff line
@@ -221,6 +221,8 @@ cc_test {
            stem: "debuggerd_test64",
        },
    },

    test_suites: ["device-tests"],
}

cc_benchmark {
+2 −0
Original line number Diff line number Diff line
@@ -78,4 +78,6 @@ cc_test {
    shared_libs: [
        "libdemangle",
    ],

    test_suites: ["device-tests"],
}
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ cc_test {
        "util_test.cpp",
    ],
    static_libs: ["libinit"],
    test_suites: ["device-tests"],
}

cc_benchmark {
Loading