OSDN Git Service

Add runtest test def for frameworks-core-host.
authorBrett Chabot <brettchabot@android.com>
Wed, 17 Feb 2010 19:22:19 +0000 (11:22 -0800)
committerBrett Chabot <brettchabot@android.com>
Wed, 17 Feb 2010 19:22:19 +0000 (11:22 -0800)
Bug 2430400

testrunner/test_defs.xml

index 68eab5d..e97bcdf 100644 (file)
@@ -575,4 +575,9 @@ See test_defs.xsd for more information.
     jar_name="CtsAppSecurityTests.jar"
     cts="true" />
 
+<test-host name="frameworks-core-host"
+    build_path="frameworks/base/core/tests/hosttests"
+    class="android.content.pm.PackageManagerHostTests"
+    jar_name="FrameworkCoreHostTests.jar" />
+
 </test-definitions>