java tests: now only OpenCVTestRunner contains android specific stuff
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" />
|
||||
<instrumentation android:targetPackage="org.opencv.test" android:name="android.test.InstrumentationTestRunner" />
|
||||
<instrumentation android:targetPackage="org.opencv.test" android:name="OpenCVTestRunner"></instrumentation>
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<uses-library android:name="android.test.runner" />
|
||||
</application>
|
||||
|
Reference in New Issue
Block a user