updating Eclipse projects settings

This commit is contained in:
Andrey Pavlenko
2012-04-09 14:14:41 +00:00
parent c208b58e6b
commit d03d54f8c1
8 changed files with 12 additions and 8 deletions

View File

@@ -17,8 +17,8 @@
the package of org.opencv. To run the tests use the command:
"adb shell am instrument -w org.opencv.test/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.opencv"
<instrumentation android:name="org.opencv.test.OpenCVTestRunner"
android:targetPackage="org.opencv.test"
android:label="Tests for org.opencv"/>
<uses-permission android:name="android.permission.CAMERA"/>