提交 5a92ab99 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 33ab86f0
......@@ -15,12 +15,16 @@ import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("localcandisplay") {
hap_profile = "./entry/src/main/config.json"
hap_name = "localcandisplay"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "localcandisplay"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
......@@ -19,7 +19,7 @@ group("getactive") {
deps = [
#"actsansgetactive:ActsAnsActiveTest",
#"actsansgetallactive:ActsAnsAllActiveTestOne",
#"getactiveotherapp:ActsAnsAllActiveTestOne"
#"getactiveotherapp:ActsAnsAllActiveTestTwo"
]
}
}
......@@ -13,14 +13,14 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsAnsAllActiveTestOne") {
ohos_js_hap_suite("ActsAnsAllActiveTestTwo") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAnsAllActiveTestOne"
hap_name = "ActsAnsAllActiveTestTwo"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
......@@ -9,7 +9,7 @@
"kits": [
{
"test-file-name": [
"ActsAnsAllActiveTestOne.hap"
"ActsAnsAllActiveTestTwo.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册