15490a39dSopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 25490a39dSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 35490a39dSopenharmony_ci# you may not use this file except in compliance with the License. 45490a39dSopenharmony_ci# You may obtain a copy of the License at 55490a39dSopenharmony_ci# 65490a39dSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 75490a39dSopenharmony_ci# 85490a39dSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 95490a39dSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 105490a39dSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 115490a39dSopenharmony_ci# See the License for the specific language governing permissions and 125490a39dSopenharmony_ci# limitations under the License. 135490a39dSopenharmony_ci 145490a39dSopenharmony_cigroup("intell_voice_unit_test") { 155490a39dSopenharmony_ci testonly = true 165490a39dSopenharmony_ci deps = [ 175490a39dSopenharmony_ci "unittest/intell_voice_test:client_unit_test", 185490a39dSopenharmony_ci "unittest/intell_voice_test:trigger_unit_test", 195490a39dSopenharmony_ci ] 205490a39dSopenharmony_ci} 215490a39dSopenharmony_ci 225490a39dSopenharmony_cigroup("intell_voice_fuzz_test") { 235490a39dSopenharmony_ci testonly = true 245490a39dSopenharmony_ci deps = [ 255490a39dSopenharmony_ci "fuzztest/intellvoice_fuzzer:IntellvoiceFuzzTest", 265490a39dSopenharmony_ci "fuzztest/servicemanager_fuzzer:ServiceManagerFuzzTest", 275490a39dSopenharmony_ci ] 285490a39dSopenharmony_ci} 29