Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
师皓杰 2024-07-23 03:39:21 +00:00 committed by Gitee
parent c04958b333
commit 102c862d8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,6 +27,7 @@ ohos_fuzztest("AbilityConnectionWrapperStubFuzzTest") {
"${dms_path}/services/dtbschedmgr/include/collaborate/",
"${dms_path}/services/dtbschedmgr/test/unittest",
"${dms_path}/test/fuzztest/abilityconnectionwrapperstub_fuzzer",
"${dms_path}/test/fuzztest/util",
]
fuzz_config_file =
@ -44,6 +45,7 @@ ohos_fuzztest("AbilityConnectionWrapperStubFuzzTest") {
sources = [
"${dms_path}/services/dtbschedmgr/test/unittest/mock_distributed_sched.cpp",
"${dms_path}/test/fuzztest/util/mock_fuzz_util.cpp",
"abilityconnectionwrapperstub_fuzzer.cpp",
]