am c522013f: Merge "Switching to AndroidJUnitRunner instrumentation"
* commit 'c522013f88ffb29fb1f980e258684370e86e3d76': Switching to AndroidJUnitRunner instrumentationmain
commit
e624c74c85
|
@ -24,6 +24,8 @@ LOCAL_AAPT_FLAGS += -0 .dict
|
||||||
# Do not compress test data file
|
# Do not compress test data file
|
||||||
LOCAL_AAPT_FLAGS += -0 .txt
|
LOCAL_AAPT_FLAGS += -0 .txt
|
||||||
|
|
||||||
|
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target android-support-test
|
||||||
|
|
||||||
# Include all test java files.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
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" /-->
|
<!-- meta-data android:name="com.android.contacts.iconset" android:resource="@xml/iconset" /-->
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||||
android:targetPackage="com.android.inputmethod.latin"
|
android:targetPackage="com.android.inputmethod.latin"
|
||||||
android:label="LatinIME tests">
|
android:label="LatinIME tests">
|
||||||
</instrumentation>
|
</instrumentation>
|
||||||
|
|
Loading…
Reference in New Issue