提交 10065cdc 编写于 作者: H hanyaru

wukong相关xts用例上库

Signed-off-by: Nhanyaru <hanyaru@h-partners.com>
上级 616a5716
...@@ -16,8 +16,6 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,8 +16,6 @@ import("//test/xts/tools/build/suite.gni")
group("wukong") { group("wukong") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [ "actswukongtest:ActsWukongTest" ]
"actswukongtest:ActsWukongTest"
]
} }
} }
...@@ -18,7 +18,7 @@ ohos_js_hap_suite("ActsWukongTest") { ...@@ -18,7 +18,7 @@ ohos_js_hap_suite("ActsWukongTest") {
js_build_mode = "debug" js_build_mode = "debug"
deps = [ deps = [
":wukong_js_assets", ":wukong_js_assets",
":wukong_resources" ":wukong_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
...@@ -41,4 +41,3 @@ ohos_resources("wukong_resources") { ...@@ -41,4 +41,3 @@ ohos_resources("wukong_resources") {
deps = [ ":wukong_app_profile" ] deps = [ ":wukong_app_profile" ]
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册