summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 010429550..1d53d4dd3 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -24,4 +24,8 @@
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.android.gallery3d"
android:label="Tests for GalleryNew3D application."/>
+
+ <instrumentation android:name="com.android.gallery3d.exif.ExifTestRunner"
+ android:targetPackage="com.android.gallery3d"
+ android:label="Tests for ExifParser."/>
</manifest>