Add CTS tests for the accessibility APIs. (make)

Change-Id: I4cdf7639412e1fcea0f4ee29f79e2868408cf9a1
This commit is contained in:
Svetoslav Ganov 2010-04-22 19:17:49 -07:00
parent 472e07c8f4
commit 08430d5350
1 changed files with 2 additions and 0 deletions

View File

@ -65,11 +65,13 @@ CTS_SECURITY_APPS_LIST := \
CTS_CASE_LIST := \ CTS_CASE_LIST := \
TestDeviceSetup \ TestDeviceSetup \
CtsTestStubs \ CtsTestStubs \
CtsAccessibilityServiceTestCases \
CtsAccountManagerTestCases \ CtsAccountManagerTestCases \
CtsAppTestCases \ CtsAppTestCases \
CtsBluetoothTestCases \ CtsBluetoothTestCases \
CtsContentTestCases \ CtsContentTestCases \
CtsDatabaseTestCases \ CtsDatabaseTestCases \
CtsDelegatingAccessibilityService \
CtsDpiTestCases \ CtsDpiTestCases \
CtsDpiTestCases2 \ CtsDpiTestCases2 \
CtsExampleTestCases \ CtsExampleTestCases \