18e920a95Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
28e920a95Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
38e920a95Sopenharmony_ci# you may not use this file except in compliance with the License.
48e920a95Sopenharmony_ci# You may obtain a copy of the License at
58e920a95Sopenharmony_ci#
68e920a95Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
78e920a95Sopenharmony_ci#
88e920a95Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
98e920a95Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
108e920a95Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
118e920a95Sopenharmony_ci# See the License for the specific language governing permissions and
128e920a95Sopenharmony_ci# limitations under the License.
138e920a95Sopenharmony_ci
148e920a95Sopenharmony_ciimport("//build/ohos.gni")
158e920a95Sopenharmony_ci
168e920a95Sopenharmony_cigroup("testgroup") {
178e920a95Sopenharmony_ci  testonly = true
188e920a95Sopenharmony_ci  if (!defined(ohos_lite)) {
198e920a95Sopenharmony_ci    deps = [
208e920a95Sopenharmony_ci      "unittest:unittest_group",
218e920a95Sopenharmony_ci      "fuzztest:fuzztest_group",
228e920a95Sopenharmony_ci    ]
238e920a95Sopenharmony_ci  }
248e920a95Sopenharmony_ci}
25