summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index ef63cc414..b98b5e0b8 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -36,4 +36,8 @@
<instrumentation android:name="com.android.gallery3d.stress.CameraStressTestRunner"
android:targetPackage="com.android.gallery3d"
android:label="Camera stress test runner"/>
+
+ <instrumentation android:name="com.android.photos.data.DataTestRunner"
+ android:targetPackage="com.android.gallery3d"
+ android:label="Tests for android photo DataProviders."/>
</manifest>