diff --git a/bundle.json b/bundle.json index 5dcd4b8f108638585249ed812605a68864f336df..e70d171211f4f99e298f811f734ed1e713197bb0 100644 --- a/bundle.json +++ b/bundle.json @@ -4,6 +4,9 @@ "description": "developertest", "license": "Apache License 2.0", "publishAs": "code-segment", + "segment": { + "destPath": "test/testfwk/developer_test" + }, "scripts": {}, "repository": "", "dirs": {}, diff --git a/examples/calculator/test/fuzztest/common/Calculator_fuzzer/BUILD.gn b/examples/calculator/test/fuzztest/common/Calculator_fuzzer/BUILD.gn index 45b78fd75ebeec0f4eb2b00a397a73d4c24f017e..14857c6d62ea12a7b09d6362d7ba590b947c0bd9 100644 --- a/examples/calculator/test/fuzztest/common/Calculator_fuzzer/BUILD.gn +++ b/examples/calculator/test/fuzztest/common/Calculator_fuzzer/BUILD.gn @@ -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", diff --git a/examples/calculator/test/fuzztest/common/calculator_fuzzer/BUILD.gn b/examples/calculator/test/fuzztest/common/calculator_fuzzer/BUILD.gn index 45b78fd75ebeec0f4eb2b00a397a73d4c24f017e..14857c6d62ea12a7b09d6362d7ba590b947c0bd9 100644 --- a/examples/calculator/test/fuzztest/common/calculator_fuzzer/BUILD.gn +++ b/examples/calculator/test/fuzztest/common/calculator_fuzzer/BUILD.gn @@ -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",