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

Commit 1e8d071c authored by nelsonli's avatar nelsonli
Browse files

[vts-core] Add VtsKernelBinderTest to vts-core suite.

VtsKernelBinderTest include the Gtest of binderSafeInterfaceTest,
binderLibTest, binderDriverInterfaceTest, and memunreachable_binder_test

Bug: 132702215
Test: atest memunreachable_binder_test
Change-Id: If03dd7017e96679da4d15f0008080dadfebb377f
parent c02c9230
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ cc_test {
    },

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

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

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