diff --git a/BUILD.gn b/BUILD.gn index 062160d164df62e0c84c3994174bdcf8e287e6b6..87eebfcd1d27c2aa345970cf09ad5fd78fb28428 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,7 +14,7 @@ #import("//hit/build/suite.gni") import("test_packages.gni") if (os_level == "standard") { - ohos_test_suite("acts") { + ohos_test_suite("xts_acts") { deps = selected_packages } diff --git a/build.sh b/build.sh index c5a60c625b33acbd5e821c99408cd3ab3895f550..90e0369a65e336726d3487736cf4f3870ea936e9 100755 --- a/build.sh +++ b/build.sh @@ -80,7 +80,7 @@ parse_cmdline() shift done if [ "$SYSTEM_SIZE" = "standard" ]; then - BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:acts"} + BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:xts_acts"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"} else BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"} diff --git a/build/BUILD.gn b/build/BUILD.gn index c4b97ea7bb8d88eb729ae3871fba3c411cca1a9f..c0335aed7151b8a18c2b4f2d8594728cbbc42bba 100644 --- a/build/BUILD.gn +++ b/build/BUILD.gn @@ -18,7 +18,7 @@ group("acts_group") { testonly = true deps = [] if (os_level == "standard") { - deps += [ "${xts_acts_path}:acts" ] + deps += [ "${xts_acts_path}:xts_acts" ] } }