1# Copyright (c) 2022 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 # deps file 20 "addaccount_fuzzer:AddAccountFuzzTest", 21 "addaccountimplicitly_fuzzer:AddAccountImplicitlyFuzzTest", 22 "authenticate_fuzzer:AuthenticateFuzzTest", 23 "checkaccountlabels_fuzzer:CheckAccountLabelsFuzzTest", 24 "checkappaccess_fuzzer:CheckAppAccessFuzzTest", 25 "checkappaccountsyncenable_fuzzer:CheckAppAccountSyncEnableFuzzTest", 26 "checkauthtokenvisibility_fuzzer:CheckAuthTokenVisibilityFuzzTest", 27 "checkoauthtokenvisibility_fuzzer:CheckOAuthTokenVisibilityFuzzTest", 28 "createaccount_fuzzer:CreateAccountFuzzTest", 29 "createaccountimplicitly_fuzzer:CreateAccountImplicitlyFuzzTest", 30 "deleteaccount_fuzzer:DeleteAccountFuzzTest", 31 "deleteaccountcredential_fuzzer:DeleteAccountCredentialFuzzTest", 32 "deleteauthtoken_fuzzer:DeleteAuthTokenFuzzTest", 33 "deleteoauthtoken_fuzzer:DeleteOAuthTokenFuzzTest", 34 "disableappaccess_fuzzer:DisableAppAccessFuzzTest", 35 "enableappaccess_fuzzer:EnableAppAccessFuzzTest", 36 "getaccountcredential_fuzzer:GetAccountCredentialFuzzTest", 37 "getaccountextrainfo_fuzzer:GetAccountExtraInfoFuzzTest", 38 "getallaccessibleaccounts_fuzzer:GetAllAccessibleAccountsFuzzTest", 39 "getallaccounts_fuzzer:GetAllAccountsFuzzTest", 40 "getalloauthtokens_fuzzer:GetAllOAuthTokensFuzzTest", 41 "getassociateddata_fuzzer:GetAssociatedDataFuzzTest", 42 "getauthenticatorcallback_fuzzer:GetAuthenticatorCallbackFuzzTest", 43 "getauthenticatorinfo_fuzzer:GetAuthenticatorInfoFuzzTest", 44 "getauthlist_fuzzer:GetAuthListFuzzTest", 45 "getauthtoken_fuzzer:GetAuthTokenFuzzTest", 46 "getoauthlist_fuzzer:GetOAuthListFuzzTest", 47 "getoauthtoken_fuzzer:GetOAuthTokenFuzzTest", 48 "selectaccountsbyoptions_fuzzer:SelectAccountsByOptionsFuzzTest", 49 "setaccountcredential_fuzzer:SetAccountCredentialFuzzTest", 50 "setaccountextrainfo_fuzzer:SetAccountExtraInfoFuzzTest", 51 "setappaccess_fuzzer:SetAppAccessFuzzTest", 52 "setappaccountsyncenable_fuzzer:SetAppAccountSyncEnableFuzzTest", 53 "setassociateddata_fuzzer:SetAssociatedDataFuzzTest", 54 "setauthenticatorproperties_fuzzer:SetAuthenticatorPropertiesFuzzTest", 55 "setauthtokenvisibility_fuzzer:SetAuthTokenVisibilityFuzzTest", 56 "setoauthtoken_fuzzer:SetOAuthTokenFuzzTest", 57 "setoauthtokenvisibility_fuzzer:SetOAuthTokenVisibilityFuzzTest", 58 "subscribeappaccount_fuzzer:SubscribeAppAccountFuzzTest", 59 "unsubscribeappaccount_fuzzer:UnsubscribeAppAccountFuzzTest", 60 "verifycredential_fuzzer:VerifyCredentialFuzzTest", 61 ] 62} 63