summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2009-06-19 18:32:14 -0700
committerBrett Chabot <brettchabot@google.com>2009-06-19 18:34:39 -0700
commitfe905a8cb0baee47028bd3e1fb29017f96a13dea (patch)
tree359226b2af3bb30d5a263482cea98637ebe8b4d5 /testrunner
parenta43be8798e54a208b4b06e0e30c7311d8711dd5d (diff)
downloadandroid_development-fe905a8cb0baee47028bd3e1fb29017f96a13dea.tar.gz
android_development-fe905a8cb0baee47028bd3e1fb29017f96a13dea.tar.bz2
android_development-fe905a8cb0baee47028bd3e1fb29017f96a13dea.zip
Add ApiDemos to the test build, and cts-permission2 tests to test_defs.xml.
This should enable the ApiDemos sample tests to run continuously again.
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 9cb780d52..08fe0e850 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -185,6 +185,14 @@ Native tests:
continuous="true"
cts="true" />
+<test name="cts-permission2"
+ build_path="cts/tests/tests/permission2"
+ package="com.android.cts.permission2"
+ runner="android.test.InstrumentationTestRunner"
+ coverage_target="framework"
+ continuous="true"
+ cts="true" />
+
<test name="cts-process"
build_path="cts/tests"
package="com.android.cts.process"