• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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      "concurrent_sendable:concurrent_sendable",
27      "concurrent_test:concurrent_test",
28      "conditionvariable_test:ActsConditionVariableTest",
29      "containerLine_lib_standard:containerLine_js_test",
30      "containerRelation_lib_standard:containerRelation_js_test",
31      "convertxml_lib_standard:convertxml_js_test",
32      "intl_lib_standard:intl_js_test",
33      "json_lib_standard:json_js_test",
34      "process_lib_standard:process_js_test",
35      "sendable_lib_collections:collections_js_test",
36      "sendable_lib_taskpool:sendableTaskpool_js_test",
37      "sendable_lib_worker:sendableWorker_js_test",
38      "stream_lib_standard:stream_js_test",
39      "taskpool_lib_standard:taskPool_js_test",
40      "taskpool_lib_standard2:ActsTaskPoolTest",
41      "threadWorker_lib_standard:threadWorker_js_hap",
42      "uri_lib_standard:uri_js_test",
43      "url_lib_standard:url_js_test",
44      "util2_lib_standard:util2_js_test",
45      "util_lib_standard:util_js_test",
46      "worker_lib_standard:worker_js_hap",
47      "worker_lib_standard2:ActsWorkerTest",
48      "worker_lib_standard3:ActsWorkerPriTest",
49      "worker_lib_standard4:ActsWorkerMixTest",
50      "xml_lib_standard:xml_js_test",
51      "utils_static:utils_static",
52    ]
53  }
54}
55