From 7b5edc3e8ae96b4e696d74068e949982c9e9db3e Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Tue, 28 Jul 2009 20:11:24 -0700 Subject: [PATCH] Add CTS permission2 test package to cts. --- core/tasks/cts.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 103a7385c5..90f10d78d3 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -61,6 +61,7 @@ CTS_CASE_LIST := \ CtsMediaTestCases \ CtsOsTestCases \ CtsPermissionTestCases \ + CtsPermission2TestCases \ CtsProviderTestCases \ CtsTextTestCases \ CtsUtilTestCases \