mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Switching to AndroidJUnitRunner instrumentation
Bug: 16864527 Change-Id: I8a79a78f24cbc52935743311f5f0dceeb780358f
This commit is contained in:
parent
5dda75b538
commit
329dbe2239
@ -24,6 +24,8 @@ LOCAL_AAPT_FLAGS += -0 .dict
|
||||
# Do not compress test data file
|
||||
LOCAL_AAPT_FLAGS += -0 .txt
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target android-support-test
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
<!-- meta-data android:name="com.android.contacts.iconset" android:resource="@xml/iconset" /-->
|
||||
</application>
|
||||
|
||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
||||
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||
android:targetPackage="com.android.inputmethod.latin"
|
||||
android:label="LatinIME tests">
|
||||
</instrumentation>
|
||||
|
Loading…
Reference in New Issue
Block a user