summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2009-06-15 10:46:49 -0700
committerBrett Chabot <brettchabot@android.com>2009-06-15 10:51:29 -0700
commit2e1ac5dcc4bc4231cf3e79385b5c32d911c62343 (patch)
tree433ccb575e8b2620d4225285cf7166ec21383514 /testrunner
parent07c07c2e685d2d7bd1901432d694bd8bddb84e15 (diff)
downloadandroid_development-2e1ac5dcc4bc4231cf3e79385b5c32d911c62343.tar.gz
android_development-2e1ac5dcc4bc4231cf3e79385b5c32d911c62343.tar.bz2
android_development-2e1ac5dcc4bc4231cf3e79385b5c32d911c62343.zip
Add runtest test definition for framework-permission
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index d11e5ee7b..d89b7a54f 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -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"