diff options
| author | Brett Chabot <brettchabot@google.com> | 2009-06-19 18:32:14 -0700 |
|---|---|---|
| committer | Brett Chabot <brettchabot@google.com> | 2009-06-19 18:34:39 -0700 |
| commit | fe905a8cb0baee47028bd3e1fb29017f96a13dea (patch) | |
| tree | 359226b2af3bb30d5a263482cea98637ebe8b4d5 /testrunner | |
| parent | a43be8798e54a208b4b06e0e30c7311d8711dd5d (diff) | |
| download | android_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.xml | 8 |
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" |
