diff options
author | 2021-10-08 22:34:45 +0000 | |
---|---|---|
committer | 2021-10-15 23:49:44 +0000 | |
commit | 6b94ea578b0c7c8666df26a1e8e99eb2e6bb6cef (patch) | |
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
-rw-r--r-- | tests/InputMethodStressTest/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/InputMethodStressTest/TEST_MAPPING b/tests/InputMethodStressTest/TEST_MAPPING new file mode 100644 index 000000000000..ad07205ab02d --- /dev/null +++ b/tests/InputMethodStressTest/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "InputMethodStressTest" + } + ] +} |