java tests: now only OpenCVTestRunner contains android specific stuff

This commit is contained in:
Kirill Kornyakov
2011-07-05 14:03:28 +00:00
parent 3fc879075b
commit ec6fb0bee2
7 changed files with 74 additions and 52 deletions

View File

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