提交 c9fde5c9 编写于 作者: H hu0475

修改文件

Signed-off-by: Nhu0475 <huyanqiang5@huawei.com>
上级 aba0fdba
......@@ -16,15 +16,15 @@ group("crossplatform") {
testonly = true
if (is_standard_system) {
deps = [
"commonlibraryconvertxmletstest:ActsConvertxmlTest",
"commonlibrarydequeetstest:ActsDequeTest",
"commonlibraryhashmapetstest:ActsHashMapTest",
"commonlibraryhashsetetstest:ActsHashSetTest",
"commonlibraryplainarrayetstest:ActsPlainArrayTest",
"commonlibrarytreesetetstest:ActsTreeSetTest",
"commonlibraryurietstest:ActsUriTest",
"commonlibraryurletstest:ActsUrlTest",
"commonlibraryutiletstest:ActsUtilTest",
"commonlibraryconvertxmletstest:ActsCrossplatformConvertxmlTest",
"commonlibrarydequeetstest:ActsCrossplatformDequeTest",
"commonlibraryhashmapetstest:ActsCrossplatformHashMapTest",
"commonlibraryhashsetetstest:ActsCrossplatformHashSetTest",
"commonlibraryplainarrayetstest:ActsCrossplatformPlainArrayTest",
"commonlibrarytreesetetstest:ActsCrossplatformTreeSetTest",
"commonlibraryurietstest:ActsCrossplatformUriTest",
"commonlibraryurletstest:ActsCrossplatformUrlTest",
"commonlibraryutiletstest:ActsCrossplatformUtilTest",
]
}
}
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsConvertxmlTest") {
ohos_js_hap_suite("ActsCrossplatformConvertxmlTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsConvertxmlTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsConvertxmlTest"
hap_name = "ActsCrossplatformConvertxmlTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsConvertxmlTest.hap"
"ActsCrossplatformConvertxmlTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsDequeTest") {
ohos_js_hap_suite("ActsCrossplatformDequeTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsDequeTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsDequeTest"
hap_name = "ActsCrossplatformDequeTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsDequeTest.hap"
"ActsCrossplatformDequeTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashMapTest") {
ohos_js_hap_suite("ActsCrossplatformHashMapTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashMapTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashMapTest"
hap_name = "ActsCrossplatformHashMapTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsHashMapTest.hap"
"ActsCrossplatformHashMapTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashSetTest") {
ohos_js_hap_suite("ActsCrossplatformHashSetTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashSetTest"
hap_name = "ActsCrossplatformHashSetTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsHashSetTest.hap"
"ActsCrossplatformHashSetTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsPlainArrayTest") {
ohos_js_hap_suite("ActsCrossplatformPlainArrayTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsPlainArrayTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsPlainArrayTest"
hap_name = "ActsCrossplatformPlainArrayTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsPlainArrayTest.hap"
"ActsCrossplatformPlainArrayTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsTreeSetTest") {
ohos_js_hap_suite("ActsCrossplatformTreeSetTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsTreeSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsTreeSetTest"
hap_name = "ActsCrossplatformTreeSetTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsTreeSetTest.hap"
"ActsCrossplatformTreeSetTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUriTest") {
ohos_js_hap_suite("ActsCrossplatformUriTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUriTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUriTest"
hap_name = "ActsCrossplatformUriTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsUriTest.hap"
"ActsCrossplatformUriTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUrlTest") {
ohos_js_hap_suite("ActsCrossplatformUrlTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUrlTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUrlTest"
hap_name = "ActsCrossplatformUrlTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsUrlTest.hap"
"ActsCrossplatformUrlTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUtilTest") {
ohos_js_hap_suite("ActsCrossplatformUtilTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUtilTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUtilTest"
hap_name = "ActsCrossplatformUtilTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"ActsUtilTest.hap"
"ActsCrossplatformUtilTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册