• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2025 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("unittest") {
15  testonly = true
16
17  deps = [
18    "insight_intent_execute_callback_stub_test:unittest",
19    "insight_intent_execute_manager_second_test:unittest",
20    "insight_intent_execute_manager_test:unittest",
21    "insight_intent_execute_param_second_test:unittest",
22    "insight_intent_execute_param_test:unittest",
23    "insight_intent_execute_result_test:unittest",
24    "insight_intent_executor_test:unittest",
25    "insight_intent_utils_test:unittest",
26    "js_insight_intent_entry_second_test:unittest",
27    "js_insight_intent_entry_test:unittest",
28    "js_insight_intent_func_second_test:unittest",
29    "js_insight_intent_func_test:unittest",
30    "js_insight_intent_page_second_test:unittest",
31    "js_insight_intent_page_test:unittest",
32    "js_insight_intent_utils_test:unittest",
33    "insight_intent_sys_event_receiver_test:unittest",
34  ]
35}
36