更换邮箱

Signed-off-by: yuyan0428 <yuyan12@huawei.com>

Signed-off-by: yuyan0428 <yuyan12@huawei.com>
This commit is contained in:
yuyan0428 2022-11-21 11:43:37 +00:00 committed by Gitee
parent c70e331352
commit 316f96cad7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
"description": "developertest",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "test/testfwk/developer_test"
},
"scripts": {},
"repository": "",
"dirs": {},

View File

@ -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",

View File

@ -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",