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