blob: e90cdbcd4af6eae739d31dec82f0f62ed825d98b [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
15CTS_SECURITY_APPS_LIST := \
16 CtsAppAccessData \
17 CtsAppWithData \
18 CtsInstrumentationAppDiffCert \
19 CtsPermissionDeclareApp \
20 CtsSharedUidInstall \
21 CtsSharedUidInstallDiffCert \
22 CtsSimpleAppInstall \
23 CtsSimpleAppInstallDiffCert \
24 CtsTargetInstrumentationApp \
25 CtsUsePermissionDiffCert
26
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070027# These test cases will be analyzed by the CTS API coverage tools.
28CTS_COVERAGE_TEST_CASE_LIST := \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070029 CtsAccessibilityServiceTestCases \
30 CtsAccountManagerTestCases \
Brian Muramatsu714433d2011-06-17 10:27:10 -070031 CtsAdminTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070032 CtsAppTestCases \
33 CtsBluetoothTestCases \
34 CtsContentTestCases \
35 CtsDatabaseTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070036 CtsDpiTestCases \
37 CtsDpiTestCases2 \
38 CtsExampleTestCases \
39 CtsGestureTestCases \
40 CtsGraphicsTestCases \
41 CtsHardwareTestCases \
42 CtsJniTestCases \
43 CtsLocationTestCases \
44 CtsMediaTestCases \
Nick Pelly42659652011-02-18 16:06:30 -080045 CtsNdefTestCases \
Brian Muramatsu18dae332011-10-10 14:44:32 -070046 CtsNetTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070047 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 Muramatsu8c86a012011-05-03 12:49:56 -070053 CtsSecurityTestCases \
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 \
Brian Muramatsu18dae332011-10-10 14:44:32 -070061 CtsWidgetTestCases
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070062
63CTS_TEST_CASE_LIST := \
64 TestDeviceSetup \
65 CtsDelegatingAccessibilityService \
Brian Muramatsu714433d2011-06-17 10:27:10 -070066 CtsDeviceAdmin \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070067 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070068 ApiDemos \
69 ApiDemosReferenceTest \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070070 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070071 $(CTS_SECURITY_APPS_LIST)