Merge change 27167 into eclair

* changes:
  Added a target to run the Contacts tests using runtest.
This commit is contained in:
Android (Google) Code Review
2009-09-27 16:56:53 -04:00

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"