1# Copyright (c) 2021-2022 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/dbadapter:db_adapter_test", 23 "common/distributedhardwaremanager:distributed_hardware_manager_test", 24 "common/distributedhardwareservice:distributed_hardware_service_test", 25 "common/hidumphelper:enabled_comps_dump_test", 26 "common/localhardwaremanager:local_hardware_manager_test", 27 "common/resourcemanager:resource_manager_test", 28 "common/task:dh_task_test", 29 "common/versioninfomanager:versioninfo_manager_test", 30 "common/versionmanager:version_manager_test", 31 ] 32} 33