mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-22 04:05:27 -04:00
ef426bd736
Signed-off-by: 13359001024 <wenfei9@huawei.com>
39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
group("fuzztest") {
|
|
testonly = true
|
|
deps = []
|
|
|
|
deps += [
|
|
"anonrefaultsnapshotmininterval_fuzzer:AnonRefaultSnapshotMinIntervalFuzzTest",
|
|
"appscore_fuzzer:AppScoreFuzzTest",
|
|
"areaanonrefaultthreshold_fuzzer:AreaAnonRefaultThresholdFuzzTest",
|
|
"availbuffers_fuzzer:AvailBuffersFuzzTest",
|
|
"bufferratioparams_fuzzer:BufferRatioParamsFuzzTest",
|
|
"compressratio_fuzzer:CompressRatioFuzzTest",
|
|
"emptyroundcheckthreshold_fuzzer:EmptyRoundCheckThresholdFuzzTest",
|
|
"emptyroundskipinterval_fuzzer:EmptyRoundSkipIntervalFuzzTest",
|
|
"forceshrinkanon_fuzzer:ForceShrinkAnonFuzzTest",
|
|
"maxskipinterval_fuzzer:MaxSkipIntervalFuzzTest",
|
|
"name_fuzzer:NameFuzzTest",
|
|
"ubufs2zramratio_fuzzer:UbUfs2zramRatioFuzzTest",
|
|
"zramcriticalthreshold_fuzzer:ZramCriticalThresholdFuzzTest",
|
|
"zramwmratio_fuzzer:ZramWmRatioFuzzTest",
|
|
"zswapdmaxreclaimsize_fuzzer:ZswapdMaxReclaimSizeFuzzTest",
|
|
"zswapdmemcgsparam_fuzzer:ZswapdMemcgsparamFuzzTest",
|
|
"zswapdpressureshow_fuzzer:ZswapdPressureShowFuzzTest",
|
|
"zswapdsinglememcgparam_fuzzer:ZswapdSingleMemcgParamFuzzTest",
|
|
]
|
|
}
|