Add fuzz test

Signed-off-by: zhaolihui <zhaolihui2@huawei.com>
This commit is contained in:
zhaolihui 2023-05-26 16:08:23 +08:00
parent 6bbfe1f778
commit 9a20e2b3c6

View File

@ -73,7 +73,10 @@ config("hdc_ut_code_flag") {
}
config("hdc_ut_config") {
defines = [ "TEST_HASH", "HDC_MSG_HASH=\"TEST\"" ]
defines = [
"TEST_HASH",
"HDC_MSG_HASH=\"TEST\"",
]
include_dirs = [ "${hdc_path}/src/common" ]
cflags = [
@ -350,7 +353,5 @@ ohos_fuzztest("JdwpReadStreamFuzzTest") {
group("hdc_fuzztest") {
testonly = true
deps = [
":JdwpReadStreamFuzzTest",
]
deps = [ ":JdwpReadStreamFuzzTest" ]
}