From 654fbebde574c50e9ee7cf86815f16baa8ae5e14 Mon Sep 17 00:00:00 2001 From: sunjan Date: Mon, 18 Aug 2025 15:18:58 +0800 Subject: [PATCH] =?UTF-8?q?module=5Fout=5Fpath=E9=83=A8=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=85=B3=E7=B3=BB=E4=BF=AE=E6=94=B9=20Signed-off-by:?= =?UTF-8?q?=20sunjan=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/fuzztest/getcfgfiles_fuzzer/BUILD.gn | 2 +- test/fuzztest/getcfgfilesex_fuzzer/BUILD.gn | 2 +- test/fuzztest/getonecfgfile_fuzzer/BUILD.gn | 2 +- test/fuzztest/getonecfgfileex_fuzzer/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fuzztest/getcfgfiles_fuzzer/BUILD.gn b/test/fuzztest/getcfgfiles_fuzzer/BUILD.gn index 8ba4aa4..d39611a 100644 --- a/test/fuzztest/getcfgfiles_fuzzer/BUILD.gn +++ b/test/fuzztest/getcfgfiles_fuzzer/BUILD.gn @@ -15,7 +15,7 @@ import("//build/config/features.gni") import("//build/ohos.gni") import("//build/test.gni") -module_output_path = "customization/config_policy" +module_output_path = "config_policy/config_policy" ##############################fuzztest########################################## ohos_fuzztest("GetCfgFilesFuzzTest") { diff --git a/test/fuzztest/getcfgfilesex_fuzzer/BUILD.gn b/test/fuzztest/getcfgfilesex_fuzzer/BUILD.gn index abe72f3..e574fcd 100644 --- a/test/fuzztest/getcfgfilesex_fuzzer/BUILD.gn +++ b/test/fuzztest/getcfgfilesex_fuzzer/BUILD.gn @@ -15,7 +15,7 @@ import("//build/config/features.gni") import("//build/ohos.gni") import("//build/test.gni") -module_output_path = "customization/config_policy" +module_output_path = "config_policy/config_policy" ##############################fuzztest########################################## ohos_fuzztest("GetCfgFilesExFuzzTest") { diff --git a/test/fuzztest/getonecfgfile_fuzzer/BUILD.gn b/test/fuzztest/getonecfgfile_fuzzer/BUILD.gn index 0582d5f..be6db13 100644 --- a/test/fuzztest/getonecfgfile_fuzzer/BUILD.gn +++ b/test/fuzztest/getonecfgfile_fuzzer/BUILD.gn @@ -15,7 +15,7 @@ import("//build/config/features.gni") import("//build/ohos.gni") import("//build/test.gni") -module_output_path = "customization/config_policy" +module_output_path = "config_policy/config_policy" ##############################fuzztest########################################## ohos_fuzztest("GetOneCfgFileFuzzTest") { diff --git a/test/fuzztest/getonecfgfileex_fuzzer/BUILD.gn b/test/fuzztest/getonecfgfileex_fuzzer/BUILD.gn index df69bd4..9fbb923 100644 --- a/test/fuzztest/getonecfgfileex_fuzzer/BUILD.gn +++ b/test/fuzztest/getonecfgfileex_fuzzer/BUILD.gn @@ -15,7 +15,7 @@ import("//build/config/features.gni") import("//build/ohos.gni") import("//build/test.gni") -module_output_path = "customization/config_policy" +module_output_path = "config_policy/config_policy" ##############################fuzztest########################################## ohos_fuzztest("GetOneCfgFileExFuzzTest") { -- Gitee