Merge "Switching to AndroidJUnitRunner instrumentation"

main
Adrian Velicu 2014-09-18 11:03:29 +00:00 committed by Android (Google) Code Review
commit c522013f88
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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>