blob: 60e6858ddc20acfd5fcf1eb6a89d71b6a9c70265 [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 \
Nick Pelly42659652011-02-18 16:06:30 -080047 CtsNdefTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070048 CtsOsTestCases \
49 CtsPermissionTestCases \
50 CtsPermission2TestCases \
Brian Muramatsu6d3c3bd2010-12-03 12:15:30 -080051 CtsPreferenceTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070052 CtsProviderTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070053 CtsSaxTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070054 CtsSpeechTestCases \
55 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070056 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070057 CtsTextTestCases \
58 CtsUtilTestCases \
59 CtsViewTestCases \
60 CtsWebkitTestCases \
61 CtsWidgetTestCases \
62 CtsNetTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070063 CtsPerformanceTestCases \
64 CtsPerformance2TestCases \
65 CtsPerformance3TestCases \
66 CtsPerformance4TestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070067 CtsPerformance5TestCases
68
69CTS_TEST_CASE_LIST := \
70 TestDeviceSetup \
71 CtsDelegatingAccessibilityService \
72 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070073 ApiDemos \
74 ApiDemosReferenceTest \
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070075 $(CTS_APPS_LIST) \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070076 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070077 $(CTS_SECURITY_APPS_LIST)