blob: c4a09936217c2cf3bbc02c051e403a5531c0f873 [file] [log] [blame]
Brian Muramatsu320a7a12010-07-08 16:37:21 -07001# Copyright (C) 2010 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070015CTS_APPS_LIST := \
16 CtsVerifier
17
Brian Muramatsu320a7a12010-07-08 16:37:21 -070018CTS_SECURITY_APPS_LIST := \
19 CtsAppAccessData \
20 CtsAppWithData \
21 CtsInstrumentationAppDiffCert \
22 CtsPermissionDeclareApp \
23 CtsSharedUidInstall \
24 CtsSharedUidInstallDiffCert \
25 CtsSimpleAppInstall \
26 CtsSimpleAppInstallDiffCert \
27 CtsTargetInstrumentationApp \
28 CtsUsePermissionDiffCert
29
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070030# These test cases will be analyzed by the CTS API coverage tools.
31CTS_COVERAGE_TEST_CASE_LIST := \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070032 CtsAccessibilityServiceTestCases \
33 CtsAccountManagerTestCases \
Brian Muramatsu714433d2011-06-17 10:27:10 -070034 CtsAdminTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070035 CtsAppTestCases \
36 CtsBluetoothTestCases \
37 CtsContentTestCases \
38 CtsDatabaseTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070039 CtsDpiTestCases \
40 CtsDpiTestCases2 \
Brian Muramatsua1c545d2011-02-15 11:47:16 -080041 CtsDrmTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070042 CtsExampleTestCases \
43 CtsGestureTestCases \
44 CtsGraphicsTestCases \
45 CtsHardwareTestCases \
46 CtsJniTestCases \
47 CtsLocationTestCases \
48 CtsMediaTestCases \
Nick Pelly42659652011-02-18 16:06:30 -080049 CtsNdefTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070050 CtsOsTestCases \
51 CtsPermissionTestCases \
52 CtsPermission2TestCases \
Brian Muramatsu6d3c3bd2010-12-03 12:15:30 -080053 CtsPreferenceTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070054 CtsProviderTestCases \
Stephen Hines4aeee062011-02-24 18:30:30 -080055 CtsRenderscriptTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070056 CtsSaxTestCases \
Brian Muramatsu8c86a012011-05-03 12:49:56 -070057 CtsSecurityTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070058 CtsSpeechTestCases \
59 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070060 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070061 CtsTextTestCases \
62 CtsUtilTestCases \
63 CtsViewTestCases \
64 CtsWebkitTestCases \
65 CtsWidgetTestCases \
66 CtsNetTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070067 CtsPerformanceTestCases \
68 CtsPerformance2TestCases \
69 CtsPerformance3TestCases \
70 CtsPerformance4TestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070071 CtsPerformance5TestCases
72
73CTS_TEST_CASE_LIST := \
74 TestDeviceSetup \
75 CtsDelegatingAccessibilityService \
Brian Muramatsu714433d2011-06-17 10:27:10 -070076 CtsDeviceAdmin \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070077 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070078 ApiDemos \
79 ApiDemosReferenceTest \
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070080 $(CTS_APPS_LIST) \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070081 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070082 $(CTS_SECURITY_APPS_LIST)
Brian Muramatsu12c86912011-07-21 17:26:46 -070083
84# The following files will be placed in the tools directory of the CTS distribution
85CTS_TOOLS_LIST := \
86 $(HOST_OUT)/bin/cts-usb-accessory