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
This commit is contained in:
Siarhei Vishniakou
2020-10-20 21:19:14 -05:00
parent e89674f9d8
commit 34fad5cc21
2 changed files with 8 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ android_test {
"android-support-test",
"ub-uiautomator",
],
test_suites: ["device-tests"],
}

7
tests/Input/TEST_MAPPING Normal file
View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "InputTests"
}
]
}