From 45dc54f680faea12519870db356f84924c00687d Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Wed, 16 Sep 2009 18:56:23 -0700 Subject: [PATCH] Add speech tests to CTS makefile. --- 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 85e793246f..cfd72e7b6c 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -70,7 +70,7 @@ CTS_CASE_LIST := \ CtsDatabaseTestCases \ CtsDpiTestCases \ CtsDpiTestCases2 \ - CtsGestureTestCases \ + CtsGestureTestCases \ CtsGraphicsTestCases \ CtsHardwareTestCases \ CtsLocationTestCases \ @@ -79,6 +79,7 @@ CTS_CASE_LIST := \ CtsPermissionTestCases \ CtsPermission2TestCases \ CtsProviderTestCases \ + CtsSpeechTestCases \ CtsTelephonyTestCases \ CtsTextTestCases \ CtsUtilTestCases \