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 | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 15 | CTS_APPS_LIST := \ |
| 16 | CtsVerifier |
| 17 | |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 18 | CTS_SECURITY_APPS_LIST := \ |
| 19 | CtsAppAccessData \ |
| 20 | CtsAppWithData \ |
| 21 | CtsInstrumentationAppDiffCert \ |
| 22 | CtsPermissionDeclareApp \ |
| 23 | CtsSharedUidInstall \ |
| 24 | CtsSharedUidInstallDiffCert \ |
| 25 | CtsSimpleAppInstall \ |
| 26 | CtsSimpleAppInstallDiffCert \ |
| 27 | CtsTargetInstrumentationApp \ |
| 28 | CtsUsePermissionDiffCert |
| 29 | |
Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 30 | # These test cases will be analyzed by the CTS API coverage tools. |
| 31 | CTS_COVERAGE_TEST_CASE_LIST := \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 32 | CtsAccessibilityServiceTestCases \ |
| 33 | CtsAccountManagerTestCases \ |
| 34 | CtsAppTestCases \ |
| 35 | CtsBluetoothTestCases \ |
| 36 | CtsContentTestCases \ |
| 37 | CtsDatabaseTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 38 | CtsDpiTestCases \ |
| 39 | CtsDpiTestCases2 \ |
Brian Muramatsu | a1c545d | 2011-02-15 11:47:16 -0800 | [diff] [blame] | 40 | CtsDrmTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 41 | CtsExampleTestCases \ |
| 42 | CtsGestureTestCases \ |
| 43 | CtsGraphicsTestCases \ |
| 44 | CtsHardwareTestCases \ |
| 45 | CtsJniTestCases \ |
| 46 | CtsLocationTestCases \ |
| 47 | CtsMediaTestCases \ |
Nick Pelly | 4265965 | 2011-02-18 16:06:30 -0800 | [diff] [blame] | 48 | CtsNdefTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 49 | CtsOsTestCases \ |
| 50 | CtsPermissionTestCases \ |
| 51 | CtsPermission2TestCases \ |
Brian Muramatsu | 6d3c3bd | 2010-12-03 12:15:30 -0800 | [diff] [blame] | 52 | CtsPreferenceTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 53 | CtsProviderTestCases \ |
Stephen Hines | 4aeee06 | 2011-02-24 18:30:30 -0800 | [diff] [blame] | 54 | CtsRenderscriptTestCases \ |
Brian Muramatsu | e591e52 | 2010-04-26 16:50:50 -0700 | [diff] [blame] | 55 | CtsSaxTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 56 | CtsSpeechTestCases \ |
| 57 | CtsTelephonyTestCases \ |
Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 58 | CtsTestStubs \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 59 | CtsTextTestCases \ |
| 60 | CtsUtilTestCases \ |
| 61 | CtsViewTestCases \ |
| 62 | CtsWebkitTestCases \ |
| 63 | CtsWidgetTestCases \ |
| 64 | CtsNetTestCases \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 65 | CtsPerformanceTestCases \ |
| 66 | CtsPerformance2TestCases \ |
| 67 | CtsPerformance3TestCases \ |
| 68 | CtsPerformance4TestCases \ |
Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 69 | CtsPerformance5TestCases |
| 70 | |
| 71 | CTS_TEST_CASE_LIST := \ |
| 72 | TestDeviceSetup \ |
| 73 | CtsDelegatingAccessibilityService \ |
| 74 | SignatureTest \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 75 | ApiDemos \ |
| 76 | ApiDemosReferenceTest \ |
Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 77 | $(CTS_APPS_LIST) \ |
Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 78 | $(CTS_COVERAGE_TEST_CASE_LIST) \ |
Brian Muramatsu | 320a7a1 | 2010-07-08 16:37:21 -0700 | [diff] [blame] | 79 | $(CTS_SECURITY_APPS_LIST) |