1# Copyright (C) 2016 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 15instrumentation_tests := \ 16 HelloWorldTests \ 17 crashcollector \ 18 ManagedProvisioningTests \ 19 FrameworksCoreTests \ 20 FrameworksNetTests \ 21 FrameworksNotificationTests \ 22 FrameworksServicesTests \ 23 FrameworksUtilTests \ 24 MtpDocumentsProviderTests \ 25 DocumentsUITests \ 26 ShellTests \ 27 SystemUITests \ 28 RecyclerViewTests \ 29 FrameworksWifiApiTests \ 30 FrameworksWifiTests \ 31 FrameworksTelephonyTests \ 32 ContactsProviderTests \ 33 ContactsProviderTests2 \ 34 SettingsUnitTests \ 35 TelecomUnitTests \ 36 AndroidVCardTests \ 37 PermissionFunctionalTests \ 38 BlockedNumberProviderTest \ 39 SettingsFunctionalTests \ 40 LauncherFunctionalTests \ 41 DownloadAppFunctionalTests \ 42 NotificationFunctionalTests \ 43 DownloadProviderTests \ 44 EmergencyInfoTests \ 45 CalendarProviderTests \ 46 SettingsLibTests \ 47 RetailDemoTests \ 48 RSTest \ 49 PrintSpoolerOutOfProcessTests \ 50 CellBroadcastReceiverUnitTests \ 51 TelephonyProviderTests \ 52 CarrierConfigTests \ 53 TeleServiceTests \ 54 SettingsProviderTest \ 55 StorageManagerUnitTests 56