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

Commit eb25b67d authored by Dan Shi's avatar Dan Shi
Browse files

Rename vts-core to vts

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL adds all tests in vts to a new
suite vts10. vts10 will be the new name of existing vts suite. This CL
won't change test logic or behavior.

Change-Id: I4522a350a0920badc649f02bf98bd6b01745dd77
Merged-In: I4522a350a0920badc649f02bf98bd6b01745dd77
parent 08768df3
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@ cc_test {
    },
    },


    srcs: ["binderDriverInterfaceTest.cpp"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    test_suites: ["device-tests", "vts-core"],
    test_suites: ["device-tests", "vts"],
}
}


cc_test {
cc_test {
@@ -69,7 +69,7 @@ cc_test {
        "libbinder",
        "libbinder",
        "libutils",
        "libutils",
    ],
    ],
    test_suites: ["device-tests", "vts-core"],
    test_suites: ["device-tests", "vts"],
    require_root: true,
    require_root: true,
}
}


@@ -131,7 +131,7 @@ cc_test {
        "liblog",
        "liblog",
        "libutils",
        "libutils",
    ],
    ],
    test_suites: ["device-tests", "vts-core"],
    test_suites: ["device-tests", "vts"],
    require_root: true,
    require_root: true,
}
}