mirror of
https://gitee.com/openharmony/developtools_hdc
synced 2024-11-23 23:20:43 +00:00
Add fuzz test
Signed-off-by: zhaolihui <zhaolihui2@huawei.com>
This commit is contained in:
parent
6bbfe1f778
commit
9a20e2b3c6
@ -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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user