Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 1 | # 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 Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 15 | cts_security_apps_list := \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 16 | CtsAppAccessData \ |
| 17 | CtsAppWithData \ |
| 18 | CtsInstrumentationAppDiffCert \ |
| 19 | CtsPermissionDeclareApp \ |
| 20 | CtsSharedUidInstall \ |
| 21 | CtsSharedUidInstallDiffCert \ |
| 22 | CtsSimpleAppInstall \ |
| 23 | CtsSimpleAppInstallDiffCert \ |
| 24 | CtsTargetInstrumentationApp \ |
| 25 | CtsUsePermissionDiffCert |
| 26 | |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 27 | cts_support_packages := \ |
Brian Muramatsu | e669e04 | 2011-09-01 15:10:54 -0700 | [diff] [blame] | 28 | CtsAccelerationTestStubs \ |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 29 | CtsDelegatingAccessibilityService \ |
| 30 | CtsDeviceAdmin \ |
| 31 | CtsTestStubs \ |
| 32 | SignatureTest \ |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 33 | TestDeviceSetup \ |
| 34 | $(cts_security_apps_list) |
| 35 | |
| 36 | cts_external_packages := \ |
Brian Muramatsu | 1930a2e | 2012-01-23 10:36:13 -0800 | [diff] [blame] | 37 | com.replica.replicaisland |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 38 | |
| 39 | # Any APKs that need to be copied to the CTS distribution's testcases |
| 40 | # directory but do not require an associated test package XML. |
| 41 | CTS_TEST_CASE_LIST := \ |
| 42 | $(cts_support_packages) \ |
| 43 | $(cts_external_packages) |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 44 | |
| 45 | # Test packages that require an associated test package XML. |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 46 | cts_test_packages := \ |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 47 | CtsAccelerationTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 48 | CtsAccessibilityServiceTestCases \ |
| 49 | CtsAccountManagerTestCases \ |
Brian Muramatsu | 714433d | 2011-06-17 10:27:10 -0700 | [diff] [blame] | 50 | CtsAdminTestCases \ |
Rajdeep Dua | 5a8eb1b | 2011-12-08 08:46:05 +0530 | [diff] [blame] | 51 | CtsAnimationTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 52 | CtsAppTestCases \ |
| 53 | CtsBluetoothTestCases \ |
| 54 | CtsContentTestCases \ |
| 55 | CtsDatabaseTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 56 | CtsDpiTestCases \ |
| 57 | CtsDpiTestCases2 \ |
Brian Muramatsu | a1c545d | 2011-02-15 11:47:16 -0800 | [diff] [blame] | 58 | CtsDrmTestCases \ |
Brian Muramatsu | b287ea0 | 2011-12-19 14:22:25 -0800 | [diff] [blame] | 59 | CtsEffectTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 60 | CtsExampleTestCases \ |
| 61 | CtsGestureTestCases \ |
| 62 | CtsGraphicsTestCases \ |
| 63 | CtsHardwareTestCases \ |
Brian Muramatsu | e8c0166 | 2011-11-08 12:17:11 -0800 | [diff] [blame] | 64 | CtsHoloTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 65 | CtsJniTestCases \ |
| 66 | CtsLocationTestCases \ |
Keun young Park | 81687a3 | 2011-12-06 12:17:55 -0800 | [diff] [blame] | 67 | CtsMediaStressTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 68 | CtsMediaTestCases \ |
Nick Pelly | 4265965 | 2011-02-18 16:06:30 -0800 | [diff] [blame] | 69 | CtsNdefTestCases \ |
Brian Muramatsu | 18dae33 | 2011-10-10 14:44:32 -0700 | [diff] [blame] | 70 | CtsNetTestCases \ |
Keun young Park | bb7869a | 2011-12-29 16:17:16 -0800 | [diff] [blame] | 71 | CtsOpenGlPerfTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 72 | CtsOsTestCases \ |
| 73 | CtsPermissionTestCases \ |
| 74 | CtsPermission2TestCases \ |
Brian Muramatsu | 6d3c3bd | 2010-12-03 12:15:30 -0800 | [diff] [blame] | 75 | CtsPreferenceTestCases \ |
Rajdeep Dua | 5dc8ba1 | 2012-01-30 15:22:40 +0530 | [diff] [blame^] | 76 | CtsPreference2TestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 77 | CtsProviderTestCases \ |
Stephen Hines | 4aeee06 | 2011-02-24 18:30:30 -0800 | [diff] [blame] | 78 | CtsRenderscriptTestCases \ |
Brian Muramatsu | e591e52 | 2010-04-26 16:50:50 -0700 | [diff] [blame] | 79 | CtsSaxTestCases \ |
Brian Muramatsu | 8c86a01 | 2011-05-03 12:49:56 -0700 | [diff] [blame] | 80 | CtsSecurityTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 81 | CtsSpeechTestCases \ |
| 82 | CtsTelephonyTestCases \ |
| 83 | CtsTextTestCases \ |
Brian Muramatsu | e9b95a8 | 2012-01-06 11:19:59 -0800 | [diff] [blame] | 84 | CtsThemeTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 85 | CtsUtilTestCases \ |
| 86 | CtsViewTestCases \ |
| 87 | CtsWebkitTestCases \ |
Brian Muramatsu | 18dae33 | 2011-10-10 14:44:32 -0700 | [diff] [blame] | 88 | CtsWidgetTestCases |
Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 89 | |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 90 | # All APKs that need to be scanned by the coverage utilities. |
| 91 | CTS_COVERAGE_TEST_CASE_LIST := \ |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 92 | $(cts_support_packages) \ |
| 93 | $(cts_test_packages) |
Brian Muramatsu | 12c8691 | 2011-07-21 17:26:46 -0700 | [diff] [blame] | 94 | |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 95 | # Host side only tests |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 96 | cts_host_libraries := \ |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 97 | CtsAppSecurityTests |
| 98 | |
| 99 | # Native test executables that need to have associated test XMLs. |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 100 | cts_native_exes := \ |
Brian Muramatsu | 9c292f9 | 2011-12-14 14:53:22 -0800 | [diff] [blame] | 101 | NativeMediaTest_SL \ |
| 102 | NativeMediaTest_XA |
Brian Muramatsu | 88d32a8 | 2011-12-02 10:55:12 -0800 | [diff] [blame] | 103 | |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 104 | # All the files that will end up under the repository/testcases |
| 105 | # directory of the final CTS distribution. |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 106 | CTS_TEST_CASES := $(call cts-get-lib-paths,$(cts_host_libraries)) \ |
| 107 | $(call cts-get-package-paths,$(cts_test_packages)) \ |
| 108 | $(call cts-get-native-paths,$(cts_native_exes)) |
Brian Muramatsu | 88d32a8 | 2011-12-02 10:55:12 -0800 | [diff] [blame] | 109 | |
Brian Muramatsu | 5df641c | 2011-12-28 15:46:57 -0800 | [diff] [blame] | 110 | # All the XMLs that will end up under the repository/testcases |
| 111 | # and that need to be created before making the final CTS distribution. |
Brian Muramatsu | be775f5 | 2012-01-10 18:26:00 -0800 | [diff] [blame] | 112 | CTS_TEST_XMLS := $(call cts-get-test-xmls,$(cts_host_libraries)) \ |
| 113 | $(call cts-get-test-xmls,$(cts_test_packages)) \ |
| 114 | $(call cts-get-test-xmls,$(cts_native_exes)) |
Brian Muramatsu | 88d32a8 | 2011-12-02 10:55:12 -0800 | [diff] [blame] | 115 | |
Brian Muramatsu | 12c8691 | 2011-07-21 17:26:46 -0700 | [diff] [blame] | 116 | # The following files will be placed in the tools directory of the CTS distribution |
Brian Muramatsu | dd2bf71 | 2011-08-12 12:46:07 -0700 | [diff] [blame] | 117 | CTS_TOOLS_LIST := |