diff --git a/arkui/BUILD.gn b/arkui/BUILD.gn index 2bf908a662ca26087ef969742e3df129e5359fe2..01610296d5d6191b723f517c107caacc1c20d5f6 100644 --- a/arkui/BUILD.gn +++ b/arkui/BUILD.gn @@ -22,7 +22,7 @@ group("arkui") { "ace_ets_component_three:ActsAceEtsComponentThreeTest", "ace_ets_component_two:ActsAceEtsComponentTwoTest", "ace_ets_component_ui:ActsAceEtsComponentUITest", - "ace_ets_components_ux:componnetUxTest", + "ace_ets_components_ux:componentUxTest", "ace_ets_dev:ActsAceDevTest", "ace_ets_layout_test:ActsAceEtsLayoutTest", "ace_ets_standard:ActsAceEtsStTest", diff --git a/arkui/ace_ets_components_ux/BUILD.gn b/arkui/ace_ets_components_ux/BUILD.gn index fbbc3d91456df4a271234e92bf3b5c1960993c0e..60f153a667f0703242cd1f05a1ab2bf5fcdbf266 100644 --- a/arkui/ace_ets_components_ux/BUILD.gn +++ b/arkui/ace_ets_components_ux/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -group("componnetUxTest") { +group("componentUxTest") { testonly = true if (is_standard_system) { deps = [ "ace_ets_component_sidebar:ActsAceSideBarTest" ]