1# Copyright (c) 2025 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14group("fuzztest") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 "agent:fuzztest", 20 "backend:fuzztest", 21 "base:fuzztest", 22 "connectserversendmessage_fuzzer:fuzztest", 23 "dispatcher:fuzztest", 24 "dispatchprotocolmessage_fuzzer:fuzztest", 25 "initializedebugger_fuzzer:fuzztest", 26 "protocolhandler_fuzzer:fuzztest", 27 "protocolhandlercreateerrorreply_fuzzer:fuzztest", 28 "protocolhandlerdispatch_fuzzer:fuzztest", 29 "protocolhandlerget_fuzzer:fuzztest", 30 "protocolhandlernotif_fuzzer:fuzztest", 31 "protocolhandlerprocess_fuzzer:fuzztest", 32 "protocolhandlerresponse_fuzzer:fuzztest", 33 "protocolhandlerrun_fuzzer:fuzztest", 34 "protocolhandlersendreply_fuzzer:fuzztest", 35 "pttypesbreakpointparseid_fuzzer:fuzztest", 36 "pttypesbreakpointtostring_fuzzer:fuzztest", 37 "pttypesexceptiondetailscolumn_fuzzer:fuzztest", 38 "pttypesexceptiondetailscreate_fuzzer:fuzztest", 39 "pttypesexceptiondetailsexceptionid_fuzzer:fuzztest", 40 "pttypesexceptiondetailsexecutioncontextid_fuzzer:fuzztest", 41 "pttypesexceptiondetailsline_fuzzer:fuzztest", 42 "pttypesexceptiondetailsscriptid_fuzzer:fuzztest", 43 "pttypesexceptiondetailstext_fuzzer:fuzztest", 44 "pttypesexceptiondetailsurl_fuzzer:fuzztest", 45 "pttypesinternalpropertydespcreate_fuzzer:fuzztest", 46 "pttypesinternalpropertydespname_fuzzer:fuzztest", 47 "pttypesobjectremoteobject_fuzzer:fuzztest", 48 "pttypesprimitiveremoteobject_fuzzer:fuzztest", 49 "pttypesprivatepropertydespcreate_fuzzer:fuzztest", 50 "pttypesprivatepropertydespname_fuzzer:fuzztest", 51 "pttypesremoteobjectdescription_fuzzer:fuzztest", 52 "pttypesremoteobjectgetclassname_fuzzer:fuzztest", 53 "pttypesremoteobjectgetsubtype_fuzzer:fuzztest", 54 "pttypesremoteobjectgettype_fuzzer:fuzztest", 55 "pttypesremoteobjectgetvalue_fuzzer:fuzztest", 56 "pttypesremoteobjectobjectid_fuzzer:fuzztest", 57 "pttypesremoteobjectunserializablevalue_fuzzer:fuzztest", 58 "pttypesstringremoteobject_fuzzer:fuzztest", 59 "pttypessymbolremoteobject_fuzzer:fuzztest", 60 ] 61} 62