commit | 6b94ea578b0c7c8666df26a1e8e99eb2e6bb6cef | [log] [tgz] |
---|---|---|
author | Kohsuke Yatoh <kyatoh@google.com> | Fri Oct 08 22:34:45 2021 +0000 |
committer | Kohsuke Yatoh <kyatoh@google.com> | Fri Oct 15 23:49:44 2021 +0000 |
tree | 0fbc4aae2e116ac6abf090612bbbf31c03619a6d | |
parent | 451d8a60b650eccb25665887cd5420f55a4fd540 [diff] |
Add TEST_MAPPING for InputMethodStressTest. Bug: 195468725 Test: atest --dry-run --test-mapping frameworks/base/tests/InputMethodStressTest:presubmit Change-Id: I4cf126240f162cd45597ebcc232ccedb80abc745
diff --git a/tests/InputMethodStressTest/TEST_MAPPING b/tests/InputMethodStressTest/TEST_MAPPING new file mode 100644 index 0000000..ad07205 --- /dev/null +++ b/tests/InputMethodStressTest/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "InputMethodStressTest" + } + ] +}