From 34fad5cc21cab9c536a359599747ba73bba083ff Mon Sep 17 00:00:00 2001 From: Siarhei Vishniakou Date: Tue, 20 Oct 2020 21:19:14 -0500 Subject: [PATCH] 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 --- tests/Input/Android.bp | 1 + tests/Input/TEST_MAPPING | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/Input/TEST_MAPPING diff --git a/tests/Input/Android.bp b/tests/Input/Android.bp index 9d35cbc3de7f3..0e9f723d6063c 100644 --- a/tests/Input/Android.bp +++ b/tests/Input/Android.bp @@ -9,4 +9,5 @@ android_test { "android-support-test", "ub-uiautomator", ], + test_suites: ["device-tests"], } diff --git a/tests/Input/TEST_MAPPING b/tests/Input/TEST_MAPPING new file mode 100644 index 0000000000000..15b2bfa9fdc17 --- /dev/null +++ b/tests/Input/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "InputTests" + } + ] +}