Home | History | Annotate | Download | only in cts
      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 
     15 CTS_APPS_LIST := \
     16     CtsVerifier
     17 
     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 
     30 CTS_TEST_CASE_LIST := \
     31 	TestDeviceSetup \
     32 	CtsTestStubs \
     33 	CtsAccessibilityServiceTestCases \
     34 	CtsAccountManagerTestCases \
     35 	CtsAppTestCases \
     36 	CtsBluetoothTestCases \
     37 	CtsContentTestCases \
     38 	CtsDatabaseTestCases \
     39 	CtsDelegatingAccessibilityService \
     40 	CtsDpiTestCases \
     41 	CtsDpiTestCases2 \
     42 	CtsExampleTestCases \
     43 	CtsGestureTestCases \
     44 	CtsGraphicsTestCases \
     45 	CtsHardwareTestCases \
     46 	CtsJniTestCases \
     47 	CtsLocationTestCases \
     48 	CtsMediaTestCases \
     49 	CtsOsTestCases \
     50 	CtsPermissionTestCases \
     51 	CtsPermission2TestCases \
     52 	CtsProviderTestCases \
     53 	CtsSaxTestCases \
     54 	CtsSpeechTestCases \
     55 	CtsTelephonyTestCases \
     56 	CtsTextTestCases \
     57 	CtsUtilTestCases \
     58 	CtsViewTestCases \
     59 	CtsWebkitTestCases \
     60 	CtsWidgetTestCases \
     61 	CtsNetTestCases \
     62 	SignatureTest \
     63 	CtsPerformanceTestCases \
     64 	CtsPerformance2TestCases \
     65 	CtsPerformance3TestCases \
     66 	CtsPerformance4TestCases \
     67 	CtsPerformance5TestCases \
     68 	ApiDemos \
     69 	ApiDemosReferenceTest \
     70 	$(CTS_APPS_LIST) \
     71 	$(CTS_SECURITY_APPS_LIST)
     72