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:
@@ -9,4 +9,5 @@ android_test {
|
||||
"android-support-test",
|
||||
"ub-uiautomator",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
7
tests/Input/TEST_MAPPING
Normal file
7
tests/Input/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "InputTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user