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

Commit 272467d9 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Move to new isolation test runner.

Test: Ran tests.
Change-Id: I5fa99f7b6b03c7b9247b4f340f3df982063b0e3e
parent 968009cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_library {

cc_test {
    name: "minadbd_test",
    isolated: true,

    defaults: [
        "minadbd_defaults",
@@ -64,7 +65,6 @@ cc_test {
    static_libs: [
        "libminadbd_services",
        "libadbd",
        "libBionicGtestMain",
    ],

    shared_libs: [
+4 −7
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ librecovery_static_libs = [

cc_test {
    name: "recovery_unit_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -117,7 +118,6 @@ cc_test {
        "libotautil",
        "libupdater",
        "libgtest_prod",
        "libBionicGtestMain",
    ],

    data: ["testdata/*"],
@@ -125,6 +125,7 @@ cc_test {

cc_test {
    name: "recovery_manual_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -135,14 +136,11 @@ cc_test {
    srcs: [
        "manual/recovery_test.cpp",
    ],

    static_libs: [
        "libBionicGtestMain",
    ],
}

cc_test {
    name: "recovery_component_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -159,7 +157,6 @@ cc_test {
        "libupdater",
        "libupdate_verifier",
        "libprotobuf-cpp-lite",
        "libBionicGtestMain",
    ],

    data: [
@@ -170,6 +167,7 @@ cc_test {

cc_test_host {
    name: "recovery_host_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -193,7 +191,6 @@ cc_test_host {
        "libdivsufsort64",
        "libdivsufsort",
        "libz",
        "libBionicGtestMain",
    ],

    data: ["testdata/*"],