From 152175bc0de8013c2a9fa9c109138e61bbe5b450 Mon Sep 17 00:00:00 2001 From: junyi233 Date: Tue, 12 Sep 2023 12:48:58 +0800 Subject: [PATCH] =?UTF-8?q?fuzz=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=95=B4=E6=94=B9=EF=BC=8C=E4=B8=8E=E6=9E=B6=E6=9E=84=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- dbms.gni | 2 +- test/fuzztest/distributedbmshost_fuzzer/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbms.gni b/dbms.gni index 9824fea..b5375a5 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 a384273..107262b 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") { -- Gitee