提交 830b09b3 编写于 作者: H hu0475

完成commonlibrary子系统Worker模块的跨平台测试套

Signed-off-by: Nhu0475 <huyanqiang5@huawei.com>
上级 5ed9d992
......@@ -16,7 +16,7 @@ group("crossplatform") {
testonly = true
if (is_standard_system) {
deps = [
"commonlibraryTreeMapetstest:TreeMap_ets_test",
"commonlibraryTreeMapetstest:ActsCrossplatformTreeMapTest",
]
}
}
......@@ -6,10 +6,10 @@
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name",
"minAPIVersion": 9,
"targetAPIVersion": 9,
"minAPIVersion": 10,
"targetAPIVersion": 10,
"car": {
"apiCompatibleVersion": 9,
"apiCompatibleVersion": 10,
"singleUser": false
}
}
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("TreeMap_ets_test") {
ohos_js_hap_suite("ActsCrossplatformTreeMapTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -21,7 +21,7 @@ ohos_js_hap_suite("TreeMap_ets_test") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "TreeMap_ets_test"
hap_name = "ActsCrossplatformTreeMapTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册