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

Commit 2500bd61 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Add some CTS input tests to presubmit

To prevent future test breakages like b/162446411, move some of the
input-related tests in CTS to presubmit.

Bug: 172282395
Bug: 167947085
Test: cd framework/native/services/inputflinger && atest
Change-Id: Iacd7378ba580ba4cc245413afc9d442fb67ffb79
parent 07a626c0
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -19,6 +19,25 @@
    },
    {
      "name": "libinputservice_test"
    },
    {
      "name": "CtsInputTestCases"
    },
    {
      "name": "CtsViewTestCases",
      "options": [
        {
          "include-filter": "android.view.cts.MotionEventTest"
        }
      ]
    },
    {
      "name": "CtsSecurityTestCases",
      "options": [
        {
          "include-filter": "android.security.cts.MotionEventTest"
        }
      ]
    }
  ]
}