• 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
15native_tests := \
16    adbd_test \
17    audio_health_tests \
18    backtrace_test \
19    bionic-unit-tests \
20    bionic-unit-tests-static \
21    bluetoothtbd_test \
22    bluetooth_test_common \
23    bootstat_tests \
24    boringssl_crypto_test \
25    boringssl_ssl_test \
26    buffer_hub-test \
27    buffer_hub_queue-test \
28    buffer_hub_queue_producer-test \
29    bugreportz_test \
30    bsdiff_unittest \
31    camera_client_test \
32    clatd_test \
33    confirmationui_invocation_test \
34    crashcollector \
35    debuggerd_test \
36    dumpstate_test \
37    dumpstate_test_fixture \
38    dumpsys_test \
39    dvr_api-test \
40    dvr_buffer_queue-test \
41    dvr_display-test \
42    gpuservice_unittest \
43    gwp_asan_unittest \
44    hello_world_test \
45    hwui_unit_tests \
46    incident_helper_test \
47    incidentd_test \
48    inputflinger_tests \
49    installd_cache_test \
50    installd_dexopt_test \
51    installd_otapreopt_test \
52    installd_service_test \
53    installd_utils_test \
54    JniInvocation_test \
55    libandroidfw_tests \
56    libappfuse_test \
57    libbase_test \
58    libbpf_android_test \
59    libcutils_test \
60    libcutils_test_static \
61    libgui_test \
62    libhidl_test \
63    libinput_tests \
64    libjavacore-unit-tests \
65    liblog-unit-tests \
66    libminijail_unittest_gtest \
67    libnetdbpf_test \
68    libprocinfo_test \
69    libtextclassifier_tests \
70    libsurfaceflinger_unittest \
71    libunwindstack_test \
72    libvintf_test \
73    linker-unit-tests \
74    logcat-unit-tests \
75    logd-unit-tests \
76    kernel-config-unit-tests \
77    malloc_debug_unit_tests \
78    memory_replay_tests \
79    memunreachable_test \
80    minadbd_test \
81    minikin_tests \
82    mj_system_unittest_gtest \
83    mj_util_unittest_gtest \
84    mtp_ffs_handle_test \
85    net_test_audio_a2dp_hw \
86    net_test_avrcp \
87    net_test_bluetooth \
88    net_test_bta \
89    net_test_btcore \
90    net_test_btif \
91    net_test_btif_profile_queue \
92    net_test_btpackets \
93    net_test_btu_message_loop \
94    net_test_device \
95    net_test_hci \
96    net_test_osi \
97    net_test_performance \
98    net_test_stack \
99    net_test_stack_ad_parser \
100    net_test_stack_multi_adv \
101    net_test_stack_rfcomm \
102    net_test_stack_smp \
103    net_test_types \
104    netd_integration_test \
105    netd_unit_test \
106    netdutils_test \
107    nfc_test_utils \
108    perfetto_integrationtests \
109    posix_async_io_test \
110    prioritydumper_test \
111    puffin_unittest \
112    recovery_unit_test \
113    resolv_gold_test \
114    resolv_integration_test \
115    resolv_unit_test \
116    scrape_mmap_addr \
117    simpleperf_cpu_hotplug_test \
118    simpleperf_unit_test \
119    statsd_test \
120    syscall_filter_unittest_gtest \
121    time-unit-tests \
122    update_engine_unittests \
123    vintf_object_test \
124    wificond_unit_test \
125    ziparchive-tests \
126    GraphicBuffer_test \
127    NeuralNetworksTest_mt_static \
128    NeuralNetworksTest_operations \
129    NeuralNetworksTest_static \
130    NeuralNetworksTest_utils \
131    SurfaceFlinger_test \
132    lmkd_unit_test \
133    vrflinger_test
134
135ifeq ($(BOARD_IS_AUTOMOTIVE), true)
136native_tests += libwatchdog_test
137endif
138