1# Copyright (c) 2023 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. 13group("fuzztest") { 14 testonly = true 15 16 deps = [ 17 # deps file 18 "addaccountimplicitlystub_fuzzer:AddAccountImplicitlyStubFuzzTest", 19 "addaccountstub_fuzzer:AddAccountStubFuzzTest", 20 "authenticatestub_fuzzer:AuthenticateStubFuzzTest", 21 "checkaccountlabelsstub_fuzzer:CheckAccountLabelsStubFuzzTest", 22 "checkappaccessstub_fuzzer:CheckAppAccessStubFuzzTest", 23 "checkappaccountsyncenablestub_fuzzer:CheckAppAccountSyncEnableStubFuzzTest", 24 "checkoauthtokenvisibilitystub_fuzzer:CheckOAuthTokenVisibilityStubFuzzTest", 25 "createaccountimplicitlystub_fuzzer:CreateAccountImplicitlyStubFuzzTest", 26 "createaccountstub_fuzzer:CreateAccountStubFuzzTest", 27 "deleteaccountcredentialstub_fuzzer:DeleteAccountCredentialStubFuzzTest", 28 "deleteaccountstub_fuzzer:DeleteAccountStubFuzzTest", 29 "deleteoauthtokenstub_fuzzer:DeleteOAuthTokenStubFuzzTest", 30 "getaccountcredentialstub_fuzzer:GetAccountCredentialStubFuzzTest", 31 "getaccountextrainfostub_fuzzer:GetAccountExtraInfoStubFuzzTest", 32 "getallaccountsstub_fuzzer:GetAllAccountsStubFuzzTest", 33 "getalloauthtokensstub_fuzzer:GetAllOAuthTokensStubFuzzTest", 34 "getassociateddatastub_fuzzer:GetAssociatedDataStubFuzzTest", 35 "getauthenticatorcallbackstub_fuzzer:GetAuthenticatorCallbackStubFuzzTest", 36 "getauthenticatorinfostub_fuzzer:GetAuthenticatorInfoStubFuzzTest", 37 "getauthliststub_fuzzer:GetAuthListStubFuzzTest", 38 "getoauthtokenstub_fuzzer:GetOAuthTokenStubFuzzTest", 39 "selectaccountsbyoptionsstub_fuzzer:SelectAccountsByOptionsStubFuzzTest", 40 "setaccountcredentialstub_fuzzer:SetAccountCredentialStubFuzzTest", 41 "setaccountextrainfostub_fuzzer:SetAccountExtraInfoStubFuzzTest", 42 "setappaccessstub_fuzzer:SetAppAccessStubFuzzTest", 43 "setappaccountsyncenablestub_fuzzer:SetAppAccountSyncEnableStubFuzzTest", 44 "setassociateddatastub_fuzzer:SetAssociatedDataStubFuzzTest", 45 "setauthenticatorpropertiesstub_fuzzer:SetAuthenticatorPropertiesStubFuzzTest", 46 "setoauthtokenstub_fuzzer:SetOAuthTokenStubFuzzTest", 47 "setoauthtokenvisibilitystub_fuzzer:SetOAuthTokenVisibilityStubFuzzTest", 48 "subscribeappaccountstub_fuzzer:SubscribeAppAccountStubFuzzTest", 49 "unsubscribeappaccountstub_fuzzer:UnSubscribeAppAccountStubFuzzTest", 50 "verifycredentialstub_fuzzer:VerifyCredentialStubFuzzTest", 51 ] 52} 53