From 1e43c510758439b3195597056121c59b71481254 Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Thu, 17 Dec 2009 15:14:40 -0800 Subject: [PATCH] Add CTS accounts tests to CTS makefile. Change-Id: If7d87e2deed2036536ad852c382dca0e8bbad87b --- core/tasks/cts.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 4888fc735..917c5dc08 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -65,6 +65,7 @@ CTS_SECURITY_APPS_LIST := \ CTS_CASE_LIST := \ TestDeviceSetup \ CtsTestStubs \ + CtsAccountManagerTestCases \ CtsAppTestCases \ CtsBluetoothTestCases \ CtsContentTestCases \