am 0bb8ca45: am 31727ecb: Merge change 27167 into eclair

Merge commit '0bb8ca45303d5cf6004ede4d0a2aa225ab746fec'

* commit '0bb8ca45303d5cf6004ede4d0a2aa225ab746fec':
  Added a target to run the Contacts tests using runtest.
This commit is contained in:
Nicolas Catania
2009-09-28 01:13:46 -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"