Change build path to "packages/app/Camera.apk". So that it will also

build the application code.
This commit is contained in:
Owen Lin
2009-05-21 19:36:34 -07:00
parent e0fbae303c
commit 5f563d066d

View File

@@ -192,13 +192,13 @@ Native tests:
continuous="true" />
<test name="camerastress"
build_path="packages/apps/Camera/tests"
build_path="packages/apps/Camera"
package="com.android.camera.tests"
class="com.android.camera.StressTests"
coverage_target="Camera" />
<test name="camera"
build_path="packages/apps/Camera/tests"
build_path="packages/apps/Camera"
package="com.android.camera.tests"
class="com.android.camera.UnitTests"
continuous="true"