diff --git a/ace/BUILD.gn b/ace/BUILD.gn index 13252caa0937c038fe3c78410face0292187e939..45fefa6c06e27959c3dad2b6aaad6031d00f2ff7 100755 --- a/ace/BUILD.gn +++ b/ace/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -group("ace") { +group("arkui") { testonly = true deps = [ "ace_ets_component:AceEtsComponentTest", diff --git a/test_packages.gni b/test_packages.gni index d86bae0f49901d9e004c8d989b5800fa396914bb..5d5268f0e77758d0a59f927fa00411b7172077f8 100644 --- a/test_packages.gni +++ b/test_packages.gni @@ -30,7 +30,7 @@ _all_test_packages = [ "${ACTS_ROOT}/distributeddatamgr:distributeddatamgr", "${ACTS_ROOT}/updater:update", "${ACTS_ROOT}/graphic:graphic", - "${ACTS_ROOT}/ace:ace", + "${ACTS_ROOT}/arkui:arkui", "${ACTS_ROOT}/storage:storage", "${ACTS_ROOT}/compileruntime:compileruntime", "${ACTS_ROOT}/usb:usb",