summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index b98b5e0b8..f44156ea4 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -17,7 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.gallery3d.tests">
- <application>
+ <application
+ android:debuggable="true">
<uses-library android:name="android.test.runner" />
</application>
@@ -33,6 +34,10 @@
android:targetPackage="com.android.gallery3d"
android:label="Tests for ExifParser."/>
+ <instrumentation android:name="com.android.gallery3d.jpegstream.JpegStreamTestRunner"
+ android:targetPackage="com.android.gallery3d"
+ android:label="Tests for JpegStream classes."/>
+
<instrumentation android:name="com.android.gallery3d.stress.CameraStressTestRunner"
android:targetPackage="com.android.gallery3d"
android:label="Camera stress test runner"/>