diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-06 13:56:45 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-09-06 13:56:45 -0700 |
commit | 34c8fae561288700ccf004fa490da09ebacaaedf (patch) | |
tree | e81ac170831d8fa0f8e26d7765a25e4f35a9ccae /testrunner | |
parent | 73762c8de9d804b13b2c19122257913256e15715 (diff) | |
download | android_development-34c8fae561288700ccf004fa490da09ebacaaedf.tar.gz android_development-34c8fae561288700ccf004fa490da09ebacaaedf.tar.bz2 android_development-34c8fae561288700ccf004fa490da09ebacaaedf.zip |
Add DocumentsUI tests.
Bug: 10514613
Change-Id: I1375a8ee421153178f86a1842ebbe572858bf94c
Diffstat (limited to 'testrunner')
-rw-r--r-- | testrunner/test_defs.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 24e4dca63..421641f66 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -533,6 +533,13 @@ See test_defs.xsd for more information. continuous="true" description="SystemUI tests" /> +<test name="documentsui" + build_path="frameworks/base/packages/DocumentsUI/tests" + package="com.android.documentsui.tests" + coverage_target="DocumentsUI" + continuous="true" + description="DocumentsUI tests" /> + <!-- native tests --> <!-- Bionic C++ --> |