• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2023-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
14import("../../../os_account.gni")
15group("fuzztest") {
16  testonly = true
17
18  deps = []
19  if (os_account_support_domain_accounts) {
20    # deps file
21    deps += [
22      "procaddserverconfigstub_fuzzer:ProcAddServerConfigStubFuzzTest",
23      "procauthstub_fuzzer:ProcAuthStubFuzzTest",
24      "procauthuserstub_fuzzer:ProcAuthUserStubFuzzTest",
25      "procauthwithpopupstub_fuzzer:ProcAuthWithPopupStubFuzzTest",
26      "procgetaccountpolicystub_fuzzer:ProcGetAccountPolicyStubFuzzTest",
27      "procgetaccountserverconfigstub_fuzzer:ProcGetAccountServerConfigStubFuzzTest",
28      "procgetdomainaccountinfostub_fuzzer:ProcGetDomainAccountInfoStubFuzzTest",
29      "procgetserverconfigstub_fuzzer:ProcGetServerConfigStubFuzzTest",
30      "prochasdomainaccountstub_fuzzer:ProcHasDomainAccountStubFuzzTest",
31      "procisauthenticationexpiredstub_fuzzer:ProcIsAuthenticationExpiredStubFuzzTest",
32      "procremoveserverconfigstub_fuzzer:ProcRemoveServerConfigStubFuzzTest",
33      "procsetauthenticationexpirythresholdstub_fuzzer:ProcSetAuthenticationExpiryThresholdStubFuzzTest",
34      "procupdateaccountinfostub_fuzzer:ProcUpdateAccountInfoStubFuzzTest",
35      "procupdateserverconfigstub_fuzzer:ProcUpdateServerConfigStubFuzzTest",
36    ]
37  }
38}
39