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

Commit 67812c2d authored by Steven Moreland's avatar Steven Moreland
Browse files

Add binder TEST_MAPPING files.

SM also includes these since binder tests tend to rely on the SM.

Test: atest binderDriverInterfaceTest binderValueTypeTest binderTextOutputTest
Bug: 137203409
Change-Id: I0f4822af3937bc320c733466b26ffb24e84d8598
parent c7a30c81
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "binderDriverInterfaceTest"
    },
    {
      "name": "binderValueTypeTest"
    },
    {
      "name": "binderTextOutputTest"
    }
  ]
}
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_test {
    },

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

cc_test {
@@ -52,6 +53,7 @@ cc_test {
        "libbinder",
        "libutils",
    ],
    test_suites: ["device-tests"],
}

cc_test {
@@ -108,6 +110,7 @@ cc_test {
        "libutils",
        "libbase",
    ],
    test_suites: ["device-tests"],
}

cc_test {