1600cc4afSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2600cc4afSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3600cc4afSopenharmony_ci# you may not use this file except in compliance with the License.
4600cc4afSopenharmony_ci# You may obtain a copy of the License at
5600cc4afSopenharmony_ci#
6600cc4afSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7600cc4afSopenharmony_ci#
8600cc4afSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9600cc4afSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10600cc4afSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11600cc4afSopenharmony_ci# See the License for the specific language governing permissions and
12600cc4afSopenharmony_ci# limitations under the License.
13600cc4afSopenharmony_ci
14600cc4afSopenharmony_cigroup("benchmarktest") {
15600cc4afSopenharmony_ci  testonly = true
16600cc4afSopenharmony_ci
17600cc4afSopenharmony_ci  deps = [
18600cc4afSopenharmony_ci    "ability_info_test:benchmarktest",
19600cc4afSopenharmony_ci    "application_info_test:benchmarktest",
20600cc4afSopenharmony_ci    "bundle_info_test:benchmarktest",
21600cc4afSopenharmony_ci    "bundle_mgr_client_test:benchmarktest",
22600cc4afSopenharmony_ci    "bundle_user_info_test:benchmarktest",
23600cc4afSopenharmony_ci    "bundlemgr_proxy_test:benchmarktest",
24600cc4afSopenharmony_ci    "common_event_info_test:benchmarktest",
25600cc4afSopenharmony_ci    "distributed_bundle_info_test:benchmarktest",
26600cc4afSopenharmony_ci    "extension_ability_info_test:benchmarktest",
27600cc4afSopenharmony_ci    "extension_form_profile_test:benchmarktest",
28600cc4afSopenharmony_ci    "form_info_test:benchmarktest",
29600cc4afSopenharmony_ci    "hap_module_info_test:benchmarktest",
30600cc4afSopenharmony_ci    "install_param_test:benchmarktest",
31600cc4afSopenharmony_ci    "installer_proxy_test:benchmarktest",
32600cc4afSopenharmony_ci    "json_serializer_test:benchmarktest",
33600cc4afSopenharmony_ci    "launcher_service_test:benchmarktest",
34600cc4afSopenharmony_ci    "module_info_test:benchmarktest",
35600cc4afSopenharmony_ci    "permission_def_test:benchmarktest",
36600cc4afSopenharmony_ci    "remote_ability_info_test:benchmarktest",
37600cc4afSopenharmony_ci    "shortcut_info_test:benchmarktest",
38600cc4afSopenharmony_ci  ]
39600cc4afSopenharmony_ci}
40