blob: 16b81c9eb6204b087aefe11141affd0d3cc0c44a [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 \
34 CtsAppTestCases \
35 CtsBluetoothTestCases \
36 CtsContentTestCases \
37 CtsDatabaseTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070038 CtsDpiTestCases \
39 CtsDpiTestCases2 \
40 CtsExampleTestCases \
41 CtsGestureTestCases \
42 CtsGraphicsTestCases \
43 CtsHardwareTestCases \
44 CtsJniTestCases \
45 CtsLocationTestCases \
46 CtsMediaTestCases \
47 CtsOsTestCases \
48 CtsPermissionTestCases \
49 CtsPermission2TestCases \
50 CtsProviderTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070051 CtsSaxTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070052 CtsSpeechTestCases \
53 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070054 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070055 CtsTextTestCases \
56 CtsUtilTestCases \
57 CtsViewTestCases \
58 CtsWebkitTestCases \
59 CtsWidgetTestCases \
60 CtsNetTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070061 CtsPerformanceTestCases \
62 CtsPerformance2TestCases \
63 CtsPerformance3TestCases \
64 CtsPerformance4TestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070065 CtsPerformance5TestCases
66
67CTS_TEST_CASE_LIST := \
68 TestDeviceSetup \
69 CtsDelegatingAccessibilityService \
70 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070071 ApiDemos \
72 ApiDemosReferenceTest \
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070073 $(CTS_APPS_LIST) \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070074 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070075 $(CTS_SECURITY_APPS_LIST)