blob: 840d42b2eceaf01e20fd0d82f8a87e3b320108b1 [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 Muramatsue669e042011-09-01 15:10:54 -070029 CtsAccelerationTestCases \
30 CtsAccelerationTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070031 CtsAccessibilityServiceTestCases \
32 CtsAccountManagerTestCases \
Brian Muramatsu714433d2011-06-17 10:27:10 -070033 CtsAdminTestCases \
Rajdeep Dua5a8eb1b2011-12-08 08:46:05 +053034 CtsAnimationTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070035 CtsAppTestCases \
36 CtsBluetoothTestCases \
37 CtsContentTestCases \
38 CtsDatabaseTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070039 CtsDpiTestCases \
40 CtsDpiTestCases2 \
Brian Muramatsua1c545d2011-02-15 11:47:16 -080041 CtsDrmTestCases \
Brian Muramatsub287ea02011-12-19 14:22:25 -080042 CtsEffectTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070043 CtsExampleTestCases \
44 CtsGestureTestCases \
45 CtsGraphicsTestCases \
46 CtsHardwareTestCases \
Brian Muramatsue8c01662011-11-08 12:17:11 -080047 CtsHoloTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070048 CtsJniTestCases \
49 CtsLocationTestCases \
50 CtsMediaTestCases \
Nick Pelly42659652011-02-18 16:06:30 -080051 CtsNdefTestCases \
Brian Muramatsu18dae332011-10-10 14:44:32 -070052 CtsNetTestCases \
Keun young Parkbb7869a2011-12-29 16:17:16 -080053 CtsOpenGlPerfTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070054 CtsOsTestCases \
55 CtsPermissionTestCases \
56 CtsPermission2TestCases \
Brian Muramatsu6d3c3bd2010-12-03 12:15:30 -080057 CtsPreferenceTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070058 CtsProviderTestCases \
Stephen Hines4aeee062011-02-24 18:30:30 -080059 CtsRenderscriptTestCases \
Brian Muramatsue591e522010-04-26 16:50:50 -070060 CtsSaxTestCases \
Brian Muramatsu8c86a012011-05-03 12:49:56 -070061 CtsSecurityTestCases \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070062 CtsSpeechTestCases \
63 CtsTelephonyTestCases \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070064 CtsTestStubs \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070065 CtsTextTestCases \
66 CtsUtilTestCases \
67 CtsViewTestCases \
68 CtsWebkitTestCases \
Brian Muramatsu18dae332011-10-10 14:44:32 -070069 CtsWidgetTestCases
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070070
71CTS_TEST_CASE_LIST := \
72 TestDeviceSetup \
73 CtsDelegatingAccessibilityService \
Brian Muramatsu714433d2011-06-17 10:27:10 -070074 CtsDeviceAdmin \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070075 SignatureTest \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070076 ApiDemos \
77 ApiDemosReferenceTest \
Brian Muramatsu2f8eead2010-09-24 14:56:43 -070078 $(CTS_COVERAGE_TEST_CASE_LIST) \
Brian Muramatsu320a7a12010-07-08 16:37:21 -070079 $(CTS_SECURITY_APPS_LIST)
Brian Muramatsu12c86912011-07-21 17:26:46 -070080
Brian Muramatsu88d32a82011-12-02 10:55:12 -080081CTS_NATIVE_EXES := \
Brian Muramatsu9c292f92011-12-14 14:53:22 -080082 NativeMediaTest_SL \
83 NativeMediaTest_XA
Brian Muramatsu88d32a82011-12-02 10:55:12 -080084
85CTS_TEST_CASES := $(call cts-get-native-paths,$(CTS_NATIVE_EXES))
86
87CTS_TEST_XMLS := $(call cts-get-native-xmls,$(CTS_NATIVE_EXES))
88
Brian Muramatsu12c86912011-07-21 17:26:46 -070089# The following files will be placed in the tools directory of the CTS distribution
Brian Muramatsudd2bf712011-08-12 12:46:07 -070090CTS_TOOLS_LIST :=