19596a2c1Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 29596a2c1Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 39596a2c1Sopenharmony_ci# you may not use this file except in compliance with the License. 49596a2c1Sopenharmony_ci# You may obtain a copy of the License at 59596a2c1Sopenharmony_ci# 69596a2c1Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 79596a2c1Sopenharmony_ci# 89596a2c1Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 99596a2c1Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 109596a2c1Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 119596a2c1Sopenharmony_ci# See the License for the specific language governing permissions and 129596a2c1Sopenharmony_ci# limitations under the License. 139596a2c1Sopenharmony_ci 149596a2c1Sopenharmony_cigroup("fuzztest") { 159596a2c1Sopenharmony_ci testonly = true 169596a2c1Sopenharmony_ci deps = [] 179596a2c1Sopenharmony_ci 189596a2c1Sopenharmony_ci deps += [ 199596a2c1Sopenharmony_ci # deps file 209596a2c1Sopenharmony_ci "breakiterator_fuzzer:BreakIteratorFuzzTest", 219596a2c1Sopenharmony_ci "calendar_fuzzer:CalendarFuzzTest", 229596a2c1Sopenharmony_ci "character_fuzzer:CharacterFuzzTest", 239596a2c1Sopenharmony_ci "collator_fuzzer:CollatorFuzzTest", 249596a2c1Sopenharmony_ci "datetimefilter_fuzzer:DateTimeFilterFuzzTest", 259596a2c1Sopenharmony_ci "datetimeformat_fuzzer:DateTimeFormatFuzzTest", 269596a2c1Sopenharmony_ci "datetimerule_fuzzer:DateTimeRuleFuzzTest", 279596a2c1Sopenharmony_ci "entityrecongnizer_fuzzer:EntityRecongnizerFuzzTest", 289596a2c1Sopenharmony_ci "holidaymanager_fuzzer:HolidayManagerFuzzTest", 299596a2c1Sopenharmony_ci "indexutil_fuzzer:IndexUtilFuzzTest", 309596a2c1Sopenharmony_ci "localecompare_fuzzer:LocaleCompareFuzzTest", 319596a2c1Sopenharmony_ci "localeconfigget_fuzzer:LocaleConfigGetFuzzTest", 329596a2c1Sopenharmony_ci "localeconfigset_fuzzer:LocaleConfigSetFuzzTest", 339596a2c1Sopenharmony_ci "localeinfo_fuzzer:LocaleInfoFuzzTest", 349596a2c1Sopenharmony_ci "measuredata_fuzzer:MeasureDataFuzzTest", 359596a2c1Sopenharmony_ci "normalizer_fuzzer:NormalizerFuzzTest", 369596a2c1Sopenharmony_ci "numberformat_fuzzer:NumberFormatFuzzTest", 379596a2c1Sopenharmony_ci "phonenumberformat_fuzzer:PhoneNumberFormatFuzzTest", 389596a2c1Sopenharmony_ci "phonenumbermatched_fuzzer:PhoneNumberMatchedFuzzTest", 399596a2c1Sopenharmony_ci "pluralrules_fuzzer:PluralRulesFuzzTest", 409596a2c1Sopenharmony_ci "preferredlanguage_fuzzer:PreferredLanguageFuzzTest", 419596a2c1Sopenharmony_ci "regexrule_fuzzer:RegexRuleFuzzTest", 429596a2c1Sopenharmony_ci "relativetimeformat_fuzzer:RelativeTimeFormatFuzzTest", 439596a2c1Sopenharmony_ci "rulesengine_fuzzer:RulesEngineFuzzTest", 449596a2c1Sopenharmony_ci "systemlocalemanager_fuzzer:SystemLocaleManagerFuzzTest", 459596a2c1Sopenharmony_ci "taboo_fuzzer:TabooFuzzTest", 469596a2c1Sopenharmony_ci "timezone_fuzzer:TimeZoneFuzzTest", 479596a2c1Sopenharmony_ci "utils_fuzzer:UtilsFuzzTest", 489596a2c1Sopenharmony_ci ] 499596a2c1Sopenharmony_ci} 50