Yohei Yukawa | f6231964 | 2018-07-04 18:25:53 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2018 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <configuration description="Runs Tests for LatinIME."> |
| 17 | <!-- |
| 18 | To run this test with atest, run the following commands: |
| 19 | |
| 20 | tapas adb LatinIME LatinIMETests arm64 userdebug && \ |
| 21 | DISABLE_PROGUARD=true make -j LatinIME && \ |
| 22 | adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \ |
| 23 | atest LatinIMETests |
| 24 | |
| 25 | currently tradefed does not look up files under $OUT/system/ |
| 26 | hence we cannot rely on "test-file-name" to install LatinIME.apk |
| 27 | --> |
| 28 | |
Julien Desprez | 3ae2304 | 2022-12-12 09:06:10 -0800 | [diff] [blame] | 29 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
Yohei Yukawa | f6231964 | 2018-07-04 18:25:53 -0700 | [diff] [blame] | 30 | <option name="cleanup-apks" value="true" /> |
| 31 | <option name="test-file-name" value="LatinIMETests.apk" /> |
| 32 | </target_preparer> |
| 33 | |
| 34 | <option name="test-tag" value="LatinIMETests" /> |
| 35 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
| 36 | <option name="package" value="com.android.inputmethod.latin.tests" /> |
Brett Chabot | c05a70a | 2018-12-13 19:06:42 -0800 | [diff] [blame] | 37 | <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" /> |
Yohei Yukawa | f6231964 | 2018-07-04 18:25:53 -0700 | [diff] [blame] | 38 | <option name="hidden-api-checks" value="false"/> |
| 39 | </test> |
| 40 | </configuration> |