14dfc7d99Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 24dfc7d99Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 34dfc7d99Sopenharmony_ci# you may not use this file except in compliance with the License. 44dfc7d99Sopenharmony_ci# You may obtain a copy of the License at 54dfc7d99Sopenharmony_ci# 64dfc7d99Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 74dfc7d99Sopenharmony_ci# 84dfc7d99Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 94dfc7d99Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 104dfc7d99Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 114dfc7d99Sopenharmony_ci# See the License for the specific language governing permissions and 124dfc7d99Sopenharmony_ci# limitations under the License. 134dfc7d99Sopenharmony_ci 144dfc7d99Sopenharmony_cigroup("fuzztest") { 154dfc7d99Sopenharmony_ci testonly = true 164dfc7d99Sopenharmony_ci 174dfc7d99Sopenharmony_ci deps = [ 184dfc7d99Sopenharmony_ci # "loadfromconfigfile_fuzzer:fuzztest", 194dfc7d99Sopenharmony_ci # "loadfromcustconfigfile_fuzzer:fuzztest", 204dfc7d99Sopenharmony_ci "ressched_fuzzer:fuzztest", 214dfc7d99Sopenharmony_ci ] 224dfc7d99Sopenharmony_ci} 23