diff options
| author | 2021-07-02 06:18:04 +0000 | |
|---|---|---|
| committer | 2021-07-02 06:18:04 +0000 | |
| commit | 918bccf6023fe5415216036eb9e322a09971e9ee (patch) | |
| tree | c248386a62bdb4617c83b03921619d07ff605068 | |
| parent | 2b7d5cea130c2a5d06059ceee61da20ccb2295c8 (diff) | |
| parent | 70fac283a5235c14c28a680b064d7102d9b8fea9 (diff) | |
Merge "Add VerifyInputEventTest to presubmit" into sc-dev
| -rw-r--r-- | services/inputflinger/TEST_MAPPING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING index 6fdb046d3f..3d85befaf8 100644 --- a/services/inputflinger/TEST_MAPPING +++ b/services/inputflinger/TEST_MAPPING @@ -27,7 +27,8 @@ "name": "CtsViewTestCases", "options": [ { - "include-filter": "android.view.cts.MotionEventTest" + "include-filter": "android.view.cts.MotionEventTest", + "include-filter": "android.view.cts.VerifyInputEventTest" } ] }, |