am 31727ecb: Merge change 27167 into eclair

Merge commit '31727ecbd99cd174fc713ca89c373adc117d7d73' into eclair-plus-aosp

* commit '31727ecbd99cd174fc713ca89c373adc117d7d73':
  Added a target to run the Contacts tests using runtest.
This commit is contained in:
Nicolas Catania
2009-09-27 14:08:14 -07:00
committed by Android Git Automerger

View File

@@ -368,6 +368,13 @@ See test_defs.xsd for more information.
package="com.android.providers.contacts.tests"
coverage_target="ContactsProvider" />
<test name="contacts"
build_path="packages/apps/Contacts"
package="com.android.contacts.tests"
runner="android.test.InstrumentationTestRunner"
coverage_target="Contacts"
description="Tests for the Contacts app." />
<test name="gcontactsprov"
build_path="packages/providers/GoogleContactsProvider/tests"
package="com.android.providers.contactstests"