summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Catania <niko@google.com>2009-12-07 13:03:13 -0800
committerNicolas Catania <niko@google.com>2009-12-07 21:13:22 -0800
commit6f0366f77399177433eec64f5b364ba5645d1a6f (patch)
tree53d4338bc61b49fba57b9ef6bcdccb6e3d49bf78
parent579c7f19ac379294822b976b73fe4037f40eba82 (diff)
downloadandroid_development-6f0366f77399177433eec64f5b364ba5645d1a6f.tar.gz
android_development-6f0366f77399177433eec64f5b364ba5645d1a6f.tar.bz2
android_development-6f0366f77399177433eec64f5b364ba5645d1a6f.zip
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'.
-rw-r--r--testrunner/test_defs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 3b1760a88..5afccc723 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -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"