1100ae2f9Sopenharmony_ci# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
2100ae2f9Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3100ae2f9Sopenharmony_ci# you may not use this file except in compliance with the License.
4100ae2f9Sopenharmony_ci# You may obtain a copy of the License at
5100ae2f9Sopenharmony_ci#
6100ae2f9Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7100ae2f9Sopenharmony_ci#
8100ae2f9Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9100ae2f9Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10100ae2f9Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11100ae2f9Sopenharmony_ci# See the License for the specific language governing permissions and
12100ae2f9Sopenharmony_ci# limitations under the License.
13100ae2f9Sopenharmony_ci
14100ae2f9Sopenharmony_ciconfig("system_test_config") {
15100ae2f9Sopenharmony_ci  include_dirs = []
16100ae2f9Sopenharmony_ci
17100ae2f9Sopenharmony_ci  configs = []
18100ae2f9Sopenharmony_ci}
19100ae2f9Sopenharmony_ci
20100ae2f9Sopenharmony_cigroup("systemtest") {
21100ae2f9Sopenharmony_ci  testonly = true
22100ae2f9Sopenharmony_ci
23100ae2f9Sopenharmony_ci  deps = [
24100ae2f9Sopenharmony_ci    "ems_dumper_system_test:systemtest",
25100ae2f9Sopenharmony_ci    "ems_event_handler_system_test:systemtest",
26100ae2f9Sopenharmony_ci    "ems_event_queue_system_test:systemtest",
27100ae2f9Sopenharmony_ci    "ems_event_runner_system_test:systemtest",
28100ae2f9Sopenharmony_ci    "ems_inner_event_system_test:systemtest",
29100ae2f9Sopenharmony_ci    "ems_logger_system_test:systemtest",
30100ae2f9Sopenharmony_ci  ]
31100ae2f9Sopenharmony_ci}
32