blob: 9e3f0a537f28de483768d100126547732d9b864f [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 \
Brian Muramatsu6d3c3bd2010-12-03 12:15:30 -080050 CtsPreferenceTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070051 CtsProviderTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070052 CtsSaxTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070053 CtsSpeechTestCases \
54 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070055 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070056 CtsTextTestCases \
57 CtsUtilTestCases \
58 CtsViewTestCases \
59 CtsWebkitTestCases \
60 CtsWidgetTestCases \
61 CtsNetTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070062 CtsPerformanceTestCases \
63 CtsPerformance2TestCases \
64 CtsPerformance3TestCases \
65 CtsPerformance4TestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070066 CtsPerformance5TestCases
67
68CTS_TEST_CASE_LIST := \
69 TestDeviceSetup \
70 CtsDelegatingAccessibilityService \
71 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070072 ApiDemos \
73 ApiDemosReferenceTest \
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070074 $(CTS_APPS_LIST) \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070075 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070076 $(CTS_SECURITY_APPS_LIST)