From c7a1ea9ecca87a92558444efc0d3617a3423ade6 Mon Sep 17 00:00:00 2001 From: ning Date: Thu, 13 Mar 2025 15:18:24 +0800 Subject: [PATCH] =?UTF-8?q?ut=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ning --- test/unittest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 3dae7fb..262a1e5 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -35,7 +35,7 @@ if (defined(ohos_lite)) { } } else { ohos_unittest("ConfigPolicyUtilsTest") { - module_out_path = "config_policy/ConfigPolicyUtilsTest" + module_out_path = "config_policy/config_policy" sources = config_policy_sources include_dirs = config_policy_include_dirs deps = config_policy_deps -- Gitee