From 22775e90bae5128a63ca1c5026170664a6a0dcf9 Mon Sep 17 00:00:00 2001 From: txl Date: Wed, 19 Jul 2023 16:46:16 +0800 Subject: [PATCH] acts_change_componemt_name Signed-off-by: txl --- BUILD.gn | 2 +- bundle.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 613cfdfcb..dca749251 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -13,7 +13,7 @@ #import("//hit/build/suite.gni") import("test_packages.gni") -ohos_test_suite("acts") { +ohos_test_suite("acts_") { deps = selected_packages } diff --git a/bundle.json b/bundle.json index b34034731..09833c2f1 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "build": { "sub_component": [], "inner_kits": [], - "test": [ "//test/xts/acts:acts" ] + "test": [ "//test/xts/acts:acts_" ] } } } \ No newline at end of file -- GitLab