1# Copyright (c) 2021-2024 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14group("test") {
15  testonly = true
16
17  deps = [
18    "common/accessmanager:AccessManagerTest",
19    "common/componentloader:component_loader_test",
20    "common/componentmanager/component_manager:component_manager_test",
21    "common/componentmanager/component_monitior:component_monitor_test",
22    "common/componentmanager/component_privacy:component_privacy_test",
23    "common/dbadapter:db_adapter_test",
24    "common/distributedhardwaremanager:distributed_hardware_manager_test",
25    "common/distributedhardwareservice:distributed_hardware_service_test",
26    "common/distributedhardwarestub:distributed_hardware_stub_test",
27    "common/hidumphelper/enabledcompsdump:enabled_comps_dump_test",
28    "common/hidumphelper/hidumphelper:hidump_helper_test",
29    "common/ipc:publisher_listener_proxy_test",
30    "common/localhardwaremanager/localhardwaremanager:local_hardware_manager_test",
31    "common/localhardwaremanager/pluginlistenerimpl:plugin_listener_impl_test",
32    "common/lowlatency/lowlatency:low_latency_test",
33    "common/lowlatency/lowlatencylistener:low_latency_listener_test",
34    "common/publisher:publisher_item_test",
35    "common/resourcemanager:resource_manager_test",
36    "common/task:dh_task_test",
37    "common/transport:transport_test",
38    "common/utils:dh_context_test",
39    "common/versioninfomanager/versioninfo:version_info_test",
40    "common/versioninfomanager/versioninfomanager:versioninfo_manager_test",
41    "common/versionmanager:version_manager_test",
42  ]
43}
44