From 6178820340ccca2656fab0953bbe77da2e3e4bb7 Mon Sep 17 00:00:00 2001 From: Jorg Pleumann Date: Thu, 7 May 2009 01:33:14 -0700 Subject: [PATCH] AI 148430: Adding a new CTS test runner that is basically a copy of the old one, but resides in android/cts and is built and installed as part of the CTS. This makes sure we always have the correct test runner on a device, so we should see the various improvements also on off-the-shelf Cupcake phones. BUG=1537738 Automated import of CL 148430 --- core/tasks/cts.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 9444377817..a09d698815 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -44,7 +44,8 @@ CTS_CORE_CASE_LIST := android.core.tests.annotation \ android.core.tests.sql \ android.core.tests.text \ android.core.tests.xml \ - android.core.tests.xnet + android.core.tests.xnet \ + android.core.tests.runner CTS_CASE_LIST := \ DeviceInfoCollector \