Merge change I5ba25302 into eclair-mr2

* changes:
  Added the new phone app unittest to runtest.
This commit is contained in:
Android (Google) Code Review
2009-12-08 10:49:26 -08:00

View File

@@ -511,6 +511,13 @@ See test_defs.xsd for more information.
runner="com.android.mms.SmsLaunchPerformance"
coverage_target="Mms" />
<!-- Unit tests for the phone application. -->
<test name="phone-unit"
build_path="packages/apps/Phone"
package="com.android.phone.tests"
continuous="true"
coverage_target="Phone" />
<test name="telephony-unit"
build_path="frameworks/base/telephony/tests/TelephonyTest"
package="com.android.telephonytest"