• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    BluetoothInstrumentationTests \
18    LongevityPlatformLibTests \
19    ManagedProvisioningTests \
20    FrameworksCoreTests \
21    FrameworksCoreGameManagerTests \
22    FrameworksMockingCoreTests \
23    BinderProxyCountingTestApp \
24    BinderProxyCountingTestService \
25    FrameworksNetTests \
26    FrameworksUiServicesTests \
27    BstatsTestApp \
28    FrameworksServicesTests \
29    FrameworksMockingServicesTests \
30    WmTests \
31    WmPerfTests \
32    DisplayServiceTests \
33    JobTestApp \
34    SuspendTestApp \
35    FrameworksUtilTests \
36    MtpServiceTests \
37    MtpTests \
38    DocumentsUITests \
39    ShellTests \
40    SystemUITests \
41    TestablesTests \
42    FrameworksWifiApiTests \
43    FrameworksWifiNonUpdatableApiTests \
44    FrameworksWifiTests \
45    FrameworksTelephonyTests \
46    ContactsProviderTests \
47    SettingsUnitTests \
48    TelecomUnitTests \
49    TraceurUiTests \
50    AndroidVCardTests \
51    PermissionFunctionalTests \
52    BlockedNumberProviderTest \
53    DownloadAppFunctionalTests \
54    NotificationFunctionalTests \
55    DynamicCodeLoggerIntegrationTests \
56    UsbTests \
57    DownloadProviderTests \
58    EmergencyInfoUnitTests \
59    CalendarProviderTests \
60    SettingsLibTests \
61    RSTest \
62    PrintSpoolerOutOfProcessTests \
63    CellBroadcastReceiverUnitTests \
64    CellBroadcastServiceTests \
65    TelephonyProviderTests \
66    CarrierConfigTests \
67    TeleServiceTests \
68    PresencePollingTests \
69    ImsCommonTests \
70    SettingsProviderTest \
71    FrameworksPrivacyLibraryTests \
72    SettingsUITests \
73    SettingsPerfTests \
74    ExtServicesUnitTests \
75    FrameworksNetSmokeTests \
76    FlickerLibTest \
77    FlickerTestsOther \
78    FlickerTestsAppClose \
79    FlickerTestsIme \
80    FlickerTestsAppLaunch \
81    FlickerTestsQuickswitch \
82    FlickerTestsRotation \
83    FlickerTestApp \
84    WMShellFlickerTestsOther \
85    WMShellFlickerTestsBubbles \
86    WMShellFlickerTestsPip \
87    WMShellFlickerTestsSplitScreen \
88    WMShellUnitTests \
89    trace_config_detailed.textproto \
90    perfetto_trace_processor_shell \
91    CarDeveloperOptionsUnitTests \
92    SpaPrivilegedLibTests \
93    SettingsSpaUnitTests \
94    SpaLibTests
95
96ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
97instrumentation_tests += perf-setup
98endif
99
100# Storage Manager may not exist on device
101ifneq ($(filter StorageManager, $(PRODUCT_PACKAGES)),)
102
103instrumentation_tests += StorageManagerUnitTests
104
105endif
106