提交 d77c33d8 编写于 作者: T txl

acts_change_componemt_name

Signed-off-by: Ntxl <tangxianglei@huawei.com>
上级 22775e90
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#import("//hit/build/suite.gni") #import("//hit/build/suite.gni")
import("test_packages.gni") import("test_packages.gni")
ohos_test_suite("acts_") { ohos_test_suite("acts") {
deps = selected_packages deps = selected_packages
} }
......
...@@ -80,7 +80,7 @@ parse_cmdline() ...@@ -80,7 +80,7 @@ parse_cmdline()
shift shift
done done
if [ "$SYSTEM_SIZE" = "standard" ]; then if [ "$SYSTEM_SIZE" = "standard" ]; then
BUILD_TARGET=${BUILD_TARGET:-"acts"} BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:acts"}
PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"}
else else
BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"} BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"}
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"build": { "build": {
"sub_component": [], "sub_component": [],
"inner_kits": [], "inner_kits": [],
"test": [ "//test/xts/acts:acts_" ] "test": [ "//test/xts/acts:acts" ]
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册