summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-07-26 12:57:52 -0400
committerSteve Kondik <shade@chemlab.org>2011-07-26 12:57:52 -0400
commitaeef3fcba82497b18a7a9e36553ed8135248f70b (patch)
tree07c95fb78d84f3263ef42a8a40e6147b238ed8db
parent72b051a81d43491930d2765f938dca7cbbe4a5a2 (diff)
parent3ef19fa91771be93f398af577a4432bb0fd571aa (diff)
downloadandroid_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.xml6
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"