OSDN Git Service

Add runtest test definition for framework-permission
authorBrett Chabot <brettchabot@android.com>
Mon, 15 Jun 2009 17:46:49 +0000 (10:46 -0700)
committerBrett Chabot <brettchabot@android.com>
Mon, 15 Jun 2009 17:51:29 +0000 (10:51 -0700)
testrunner/test_defs.xml

index d11e5ee..d89b7a5 100644 (file)
@@ -168,6 +168,13 @@ Native tests:
     coverage_target="framework"
     continuous="true" />
 
+<test name="framework-permission"
+    build_path="frameworks/base/tests/permission"
+    package="com.android.framework.permission.tests"
+    runner="android.test.InstrumentationTestRunner"
+    coverage_target="framework"
+   />
+
 <!--  cts tests -->
 
 <test name="cts-permission"