xref: /test/xts/acts/commonlibrary/ets_utils/BUILD.gn (revision f6603c60)
1# Copyright (C) 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.
13import("//test/xts/tools/build/suite.gni")
14
15group("ets_utils") {
16  testonly = true
17  if (is_standard_system) {
18    deps = [
19      "arkts_ason_lib_standard:arkts_ason_js_test",
20      "arkts_collections_lib_standard:arkts_collections_js_test",
21      "atomics_lib_standard:atomics_js_hap",
22      "bitvector_lib_standard:ActsBitvectorTest",
23      "buffer_lib_standard:buffer_js_test",
24      "codeparsingtest:codeparsingtest",
25      "concurrency_base:concurrency_base_js_hap",
26      "containerLine_lib_standard:containerLine_js_test",
27      "containerRelation_lib_standard:containerRelation_js_test",
28      "convertxml_lib_standard:convertxml_js_test",
29      "intl_lib_standard:intl_js_test",
30      "json_lib_standard:json_js_test",
31      "process_lib_standard:process_js_test",
32      "sendable_lib_collections:collections_js_test",
33      "sendable_lib_taskpool:sendableTaskpool_js_test",
34      "sendable_lib_worker:sendableWorker_js_test",
35      "stream_lib_standard:stream_js_test",
36      "taskpool_lib_standard:taskPool_js_test",
37      "taskpool_lib_standard2:ActsTaskPoolTest",
38      "threadWorker_lib_standard:threadWorker_js_hap",
39      "uri_lib_standard:uri_js_test",
40      "url_lib_standard:url_js_test",
41      "util2_lib_standard:util2_js_test",
42      "util_lib_standard:util_js_test",
43      "worker_lib_standard:worker_js_hap",
44      "worker_lib_standard2:ActsWorkerTest",
45      "xml_lib_standard:xml_js_test",
46    ]
47  }
48}
49