106694b06Sopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd. 206694b06Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 306694b06Sopenharmony_ci# you may not use this file except in compliance with the License. 406694b06Sopenharmony_ci# You may obtain a copy of the License at 506694b06Sopenharmony_ci# 606694b06Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 706694b06Sopenharmony_ci# 806694b06Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 906694b06Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1006694b06Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1106694b06Sopenharmony_ci# See the License for the specific language governing permissions and 1206694b06Sopenharmony_ci# limitations under the License. 1306694b06Sopenharmony_ci 1406694b06Sopenharmony_ciimport("//build/test.gni") 1506694b06Sopenharmony_ci 1606694b06Sopenharmony_ci#################################group######################################### 1706694b06Sopenharmony_cigroup("unittest") { 1806694b06Sopenharmony_ci testonly = true 1906694b06Sopenharmony_ci deps = [] 2006694b06Sopenharmony_ci 2106694b06Sopenharmony_ci deps += [ "unittest/src:unittest" ] 2206694b06Sopenharmony_ci} 2306694b06Sopenharmony_ci############################################################################### 24