OSDN Git Service

Merging camera test with gallery test.
authorJason Noguchi <jnoguchi@google.com>
Wed, 13 Feb 2013 23:35:23 +0000 (15:35 -0800)
committerJason Noguchi <jnoguchi@google.com>
Fri, 15 Feb 2013 00:18:57 +0000 (16:18 -0800)
Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841

tests/AndroidManifest.xml

index 1d53d4d..ef63cc4 100644 (file)
              android:targetPackage="com.android.gallery3d"
              android:label="Tests for GalleryNew3D application."/>
 
+    <instrumentation android:name="com.android.gallery3d.CameraTestRunner"
+            android:targetPackage="com.android.gallery3d"
+            android:label="Camera continuous test runner"/>
+
     <instrumentation android:name="com.android.gallery3d.exif.ExifTestRunner"
             android:targetPackage="com.android.gallery3d"
             android:label="Tests for ExifParser."/>
+
+    <instrumentation android:name="com.android.gallery3d.stress.CameraStressTestRunner"
+            android:targetPackage="com.android.gallery3d"
+            android:label="Camera stress test runner"/>
 </manifest>