diff --git a/BUILD.gn b/BUILD.gn index dca749251cedf0868c1cb7a60c9f9f6f19c8906a..613cfdfcbbf6176b1bbad8a2ed894309dc2b2ee1 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/build.sh b/build.sh index f7bbeea2070cd09b57953bfe4c23dc1e56154aa7..c5a60c625b33acbd5e821c99408cd3ab3895f550 100755 --- a/build.sh +++ b/build.sh @@ -80,7 +80,7 @@ parse_cmdline() shift done if [ "$SYSTEM_SIZE" = "standard" ]; then - BUILD_TARGET=${BUILD_TARGET:-"acts"} + BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:acts"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"} else BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"} diff --git a/bundle.json b/bundle.json index 09833c2f1ced6104108ef3b8048165264786bb47..b340347316341b30298a2b707666abc2a3fd09a8 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