diff --git a/dbms.gni b/dbms.gni index 9824fea01e2c2e6a5c48f1354f1865db25854486..b5375a5a724e3ae97e513739110ae5815336d2fe 100644 --- a/dbms.gni +++ b/dbms.gni @@ -13,7 +13,7 @@ bundlemanager_path = "//foundation/bundlemanager" bundle_framework_path = "${bundlemanager_path}/bundle_framework" - +fuzz_test_path = "distributed_bundle_framework/distributed_bundle_framework" common_path = "${bundle_framework_path}/common" dbms_inner_api_path = "${bundlemanager_path}/distributed_bundle_framework/interfaces/inner_api" diff --git a/test/fuzztest/distributedbmshost_fuzzer/BUILD.gn b/test/fuzztest/distributedbmshost_fuzzer/BUILD.gn index a3842734b70510d90cbf1a7a27a20a9031ca24d7..107262b5e906119fda201ef18c1d60f2373b203b 100644 --- a/test/fuzztest/distributedbmshost_fuzzer/BUILD.gn +++ b/test/fuzztest/distributedbmshost_fuzzer/BUILD.gn @@ -16,7 +16,7 @@ import("//build/config/features.gni") import("//build/ohos.gni") import("//build/test.gni") import("../../../dbms.gni") -module_output_path = "bundle_framework/fuzz" +module_output_path = fuzz_test_path ##############################fuzztest########################################## ohos_fuzztest("DistributedBmsHostFuzzTest") {