Fix lost fuzz_config_file in some fuzz test cases

Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I65GW6?from=project-issue
Test: fuzz

Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
This commit is contained in:
shawn_hu_ls 2022-12-09 14:37:46 +08:00
parent 3d5695eae4
commit 178bc12af5
5 changed files with 10 additions and 5 deletions

View File

@ -21,7 +21,8 @@ module_output_path = "arkcompiler/runtime_core"
ohos_fuzztest("JsonObjectCtor1FuzzTest") {
module_out_path = module_output_path
fuzz_config_file =
"//arkcompiler/runtime_core/tests/fuzztest/jsonobjectctor1_fuzzer"
include_dirs = []
cflags = [
"-g",

View File

@ -20,7 +20,8 @@ module_output_path = "arkcompiler/runtime_core"
##############################fuzztest##########################################
ohos_fuzztest("JsonObjectCtor2FuzzTest") {
module_out_path = module_output_path
fuzz_config_file =
"//arkcompiler/runtime_core/tests/fuzztest/jsonobjectctor2_fuzzer"
include_dirs = []
cflags = [
"-g",

View File

@ -20,7 +20,8 @@ module_output_path = "arkcompiler/runtime_core"
##############################fuzztest##########################################
ohos_fuzztest("OpenArchiveFuzzTest") {
module_out_path = module_output_path
fuzz_config_file =
"//arkcompiler/runtime_core/tests/fuzztest/openarchive_fuzzer"
include_dirs = []
cflags = [
"-g",

View File

@ -20,7 +20,8 @@ module_output_path = "arkcompiler/runtime_core"
##############################fuzztest##########################################
ohos_fuzztest("ReadOsFileFuzzTest") {
module_out_path = module_output_path
fuzz_config_file =
"//arkcompiler/runtime_core/tests/fuzztest/readosfile_fuzzer"
include_dirs = []
cflags = [
"-g",

View File

@ -20,7 +20,8 @@ module_output_path = "arkcompiler/runtime_core"
##############################fuzztest##########################################
ohos_fuzztest("WriteByteFuzzTest") {
module_out_path = module_output_path
fuzz_config_file =
"//arkcompiler/runtime_core/tests/fuzztest/writebyte_fuzzer"
include_dirs = []
cflags = [
"-g",