17a9a4b8fSopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd. 27a9a4b8fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 37a9a4b8fSopenharmony_ci# you may not use this file except in compliance with the License. 47a9a4b8fSopenharmony_ci# You may obtain a copy of the License at 57a9a4b8fSopenharmony_ci# 67a9a4b8fSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 77a9a4b8fSopenharmony_ci# 87a9a4b8fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 97a9a4b8fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 107a9a4b8fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 117a9a4b8fSopenharmony_ci# See the License for the specific language governing permissions and 127a9a4b8fSopenharmony_ci# limitations under the License. 137a9a4b8fSopenharmony_ci 147a9a4b8fSopenharmony_cigroup("fuzztest") { 157a9a4b8fSopenharmony_ci testonly = true 167a9a4b8fSopenharmony_ci deps = [] 177a9a4b8fSopenharmony_ci deps += [ 187a9a4b8fSopenharmony_ci # deps file 197a9a4b8fSopenharmony_ci "workschedulergetallrunningworks_fuzzer:fuzztest", 207a9a4b8fSopenharmony_ci "workschedulergetworkstatus_fuzzer:fuzztest", 217a9a4b8fSopenharmony_ci "workschedulerislastworktimeout_fuzzer:fuzztest", 227a9a4b8fSopenharmony_ci "workschedulerobtainallworks_fuzzer:fuzztest", 237a9a4b8fSopenharmony_ci "workschedulerstartwork_fuzzer:fuzztest", 247a9a4b8fSopenharmony_ci "workschedulerstopandcancelwork_fuzzer:fuzztest", 257a9a4b8fSopenharmony_ci "workschedulerstopandclearworks_fuzzer:fuzztest", 267a9a4b8fSopenharmony_ci "workschedulerstopwork_fuzzer:fuzztest", 277a9a4b8fSopenharmony_ci ] 287a9a4b8fSopenharmony_ci} 29