mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
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:
parent
3d5695eae4
commit
178bc12af5
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user