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

Commit 34fad5cc authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Put InputTests into presubmit

To prevent regressions, such as the ones introduced by the recent
InputChannel refactor, put InputTests into presubmit.

Test: none
Bug: 169154685
Change-Id: I8b8aa04e836455ed7bd21cf5f63c9fa8ffabacc2
parent e89674f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@ android_test {
            "android-support-test",
            "ub-uiautomator",
        ],
    test_suites: ["device-tests"],
}
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "InputTests"
    }
  ]
}