diff options
author | Steve Kondik <shade@chemlab.org> | 2011-07-26 12:57:52 -0400 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2011-07-26 12:57:52 -0400 |
commit | aeef3fcba82497b18a7a9e36553ed8135248f70b (patch) | |
tree | 07c95fb78d84f3263ef42a8a40e6147b238ed8db | |
parent | 72b051a81d43491930d2765f938dca7cbbe4a5a2 (diff) | |
parent | 3ef19fa91771be93f398af577a4432bb0fd571aa (diff) | |
download | android_development-aeef3fcba82497b18a7a9e36553ed8135248f70b.tar.gz android_development-aeef3fcba82497b18a7a9e36553ed8135248f70b.tar.bz2 android_development-aeef3fcba82497b18a7a9e36553ed8135248f70b.zip |
Merge branch 'gingerbread' of git://android.git.kernel.org/platform/development into upstream-2.3.5
-rw-r--r-- | testrunner/test_defs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index f83d32d78..17a36942e 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -218,6 +218,12 @@ See test_defs.xsd for more information. coverage_target="framework" suite="cts" /> +<test name="cts-security" + build_path="cts/tests/tests/security" + package="com.android.cts.security" + runner="android.test.InstrumentationCtsTestRunner" + suite="cts" /> + <test name="cts-api-signature" build_path="cts/tests/SignatureTest" package="android.tests.sigtest" |