Added the new phone app unittest to runtest.

Used phone-unit for the test name because 'phone'
is already taken by a package under '/vendor'.
This commit is contained in:
Nicolas Catania
2009-12-07 13:03:13 -08:00
parent 579c7f19ac
commit 6f0366f773

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"