OSDN Git Service

add a rule for running the AccountManager CTS tests
authorFred Quintana <fredq@google.com>
Fri, 3 Dec 2010 23:21:46 +0000 (15:21 -0800)
committerFred Quintana <fredq@google.com>
Fri, 3 Dec 2010 23:21:46 +0000 (15:21 -0800)
Change-Id: I60bde138bfa8a1770cd8e0c42b7d66bcc881aa10

testrunner/test_defs.xml

index 3209574..a7c65db 100644 (file)
@@ -218,6 +218,13 @@ See test_defs.xsd for more information.
     coverage_target="framework"
     suite="cts" />
 
+<test name="cts-accounts"
+    build_path="cts/tests/tests/accounts"
+    package="android.accounts.cts"
+    runner="android.test.InstrumentationTestRunner"
+    coverage_target="framework"
+    suite="cts" />
+
 <test name="cts-api-signature"
     build_path="cts/tests/SignatureTest"
     package="android.tests.sigtest"