mirror of
https://gitee.com/openharmony/testfwk_developer_test
synced 2025-02-25 01:43:30 +00:00
更换邮箱
Signed-off-by: yuyan0428 <yuyan12@huawei.com> Signed-off-by: yuyan0428 <yuyan12@huawei.com>
This commit is contained in:
parent
c70e331352
commit
316f96cad7
@ -4,6 +4,9 @@
|
||||
"description": "developertest",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "test/testfwk/developer_test"
|
||||
},
|
||||
"scripts": {},
|
||||
"repository": "",
|
||||
"dirs": {},
|
||||
|
@ -19,7 +19,7 @@ module_output_path = "developertest/calculator"
|
||||
##############################fuzztest##########################################
|
||||
ohos_fuzztest("CalculatorFuzzTest") {
|
||||
module_out_path = module_output_path
|
||||
fuzz_config_file = "//test/developertest/examples/calculator/test/fuzztest/common/calculator_fuzzer"
|
||||
fuzz_config_file = "//test/testfwk/developer_test/examples/calculator/test/fuzztest/common/calculator_fuzzer"
|
||||
include_dirs = []
|
||||
cflags = [
|
||||
"-g",
|
||||
|
@ -19,7 +19,7 @@ module_output_path = "developertest/calculator"
|
||||
##############################fuzztest##########################################
|
||||
ohos_fuzztest("CalculatorFuzzTest") {
|
||||
module_out_path = module_output_path
|
||||
fuzz_config_file = "//test/developertest/examples/calculator/test/fuzztest/common/calculator_fuzzer"
|
||||
fuzz_config_file = "//test/testfwk/developer_test/examples/calculator/test/fuzztest/common/calculator_fuzzer"
|
||||
include_dirs = []
|
||||
cflags = [
|
||||
"-g",
|
||||
|
Loading…
x
Reference in New Issue
Block a user