blob: c4b892e620ff43d1fe6cf0e3d7af964ab8404c82 [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 \
Brian Muramatsue66798b2012-02-22 18:27:12 -080025 CtsUsePermissionDiffCert \
26 CtsMonkeyApp \
27 CtsMonkeyApp2 \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070028
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070029# These test cases will be analyzed by the CTS API coverage tools.
30CTS_COVERAGE_TEST_CASE_LIST := \
Brian Muramatsue669e042011-09-01 15:10:54 -070031 CtsAccelerationTestCases \
32 CtsAccelerationTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070033 CtsAccessibilityServiceTestCases \
34 CtsAccountManagerTestCases \
Brian Muramatsu714433d2011-06-17 10:27:10 -070035 CtsAdminTestCases \
Rajdeep Dua5a8eb1b2011-12-08 08:46:05 +053036 CtsAnimationTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070037 CtsAppTestCases \
38 CtsBluetoothTestCases \
39 CtsContentTestCases \
40 CtsDatabaseTestCases \
Brian Muramatsu490f8ab2012-01-31 18:13:24 -080041 CtsDelegatingAccessibilityService \
42 CtsDeviceAdmin \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070043 CtsDpiTestCases \
44 CtsDpiTestCases2 \
Brian Muramatsua1c545d2011-02-15 11:47:16 -080045 CtsDrmTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070046 CtsExampleTestCases \
47 CtsGestureTestCases \
48 CtsGraphicsTestCases \
Keun young Park2b21cd12012-02-08 10:28:16 -080049 CtsGraphics2TestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070050 CtsHardwareTestCases \
Brian Muramatsue8c01662011-11-08 12:17:11 -080051 CtsHoloTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070052 CtsJniTestCases \
53 CtsLocationTestCases \
Keun young Park4d6809f2011-12-06 12:17:55 -080054 CtsMediaStressTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070055 CtsMediaTestCases \
Nick Pelly42659652011-02-18 16:06:30 -080056 CtsNdefTestCases \
Brian Muramatsu18dae332011-10-10 14:44:32 -070057 CtsNetTestCases \
Keun young Parkb4baccc2011-12-29 16:17:16 -080058 CtsOpenGlPerfTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070059 CtsOsTestCases \
60 CtsPermissionTestCases \
61 CtsPermission2TestCases \
Brian Muramatsu6d3c3bd2010-12-03 12:15:30 -080062 CtsPreferenceTestCases \
Brian Muramatsue66798b2012-02-22 18:27:12 -080063 CtsPreference2TestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070064 CtsProviderTestCases \
Stephen Hines4aeee062011-02-24 18:30:30 -080065 CtsRenderscriptTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070066 CtsSaxTestCases \
Brian Muramatsu8c86a012011-05-03 12:49:56 -070067 CtsSecurityTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070068 CtsSpeechTestCases \
69 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070070 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070071 CtsTextTestCases \
Daniel Sievers395497b2012-03-01 19:02:53 -080072 CtsTextureViewTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070073 CtsUtilTestCases \
74 CtsViewTestCases \
75 CtsWebkitTestCases \
Brian Muramatsu490f8ab2012-01-31 18:13:24 -080076 CtsWidgetTestCases \
77 SignatureTest \
78 TestDeviceSetup \
79 $(CTS_SECURITY_APPS_LIST)
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070080
81CTS_TEST_CASE_LIST := \
Brian Muramatsu98b70762012-01-20 16:31:56 -080082 com.replica.replicaisland \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070083 ApiDemos \
84 ApiDemosReferenceTest \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070085 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu12c86912011-07-21 17:26:46 -070086
Brian Muramatsu88d32a82011-12-02 10:55:12 -080087CTS_NATIVE_EXES := \
88 CtsNativeMediaTestCases
89
90CTS_TEST_CASES := $(call cts-get-native-paths,$(CTS_NATIVE_EXES))
91
92CTS_TEST_XMLS := $(call cts-get-native-xmls,$(CTS_NATIVE_EXES))
93
Brian Muramatsu12c86912011-07-21 17:26:46 -070094# The following files will be placed in the tools directory of the CTS distribution
Brian Muramatsudd2bf712011-08-12 12:46:07 -070095CTS_TOOLS_LIST :=