mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
FUZZ整改
Signed-off-by: zhangsaiyang <zhangsaiyang@huawei.com>
This commit is contained in:
parent
14032c8c28
commit
2fafdfc902
@ -416,7 +416,7 @@ ohos_fuzztest("IsCurrentImeFuzzTest") {
|
||||
ohos_fuzztest("IsInputTypeSupportedFuzzTest") {
|
||||
module_out_path = "imf/imf"
|
||||
|
||||
fuzz_config_file = "${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/iscurrentime_fuzzer"
|
||||
fuzz_config_file = "${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/isinputtypesupported_fuzzer"
|
||||
|
||||
include_dirs = [
|
||||
"${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/isinputtypesupported_fuzzer",
|
||||
@ -501,7 +501,7 @@ ohos_fuzztest("GetDefaultInputmethodFuzzTest") {
|
||||
ohos_fuzztest("GetInputMethodConfigFuzzTest") {
|
||||
module_out_path = "imf/imf"
|
||||
|
||||
fuzz_config_file = "${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/getdefaultinputmethod_fuzzer"
|
||||
fuzz_config_file = "${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/getinputmethodconfig_fuzzer"
|
||||
|
||||
include_dirs = [
|
||||
"${inputmethod_path}/test/fuzztest/systemabilitystubfuzztest/getinputmethodconfig_fuzzer",
|
||||
|
Loading…
Reference in New Issue
Block a user