| commit | 34fad5cc21cab9c536a359599747ba73bba083ff | [log] [tgz] |
|---|---|---|
| author | Siarhei Vishniakou <svv@google.com> | Tue Oct 20 21:19:14 2020 -0500 |
| committer | Siarhei Vishniakou <svv@google.com> | Wed Oct 21 13:50:19 2020 -0500 |
| tree | 53af07cc740c6606a29a1a6c7c22e0123de2e458 | |
| parent | e89674f9d8edeac2bc546dc292d3303655e376b3 [diff] [blame] |
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
diff --git a/tests/Input/TEST_MAPPING b/tests/Input/TEST_MAPPING new file mode 100644 index 0000000..15b2bfa --- /dev/null +++ b/tests/Input/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "InputTests" + } + ] +}