提交 04bd3412 编写于 作者: C chenxuihui

update suites name

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 cb5f15f6
......@@ -16,12 +16,12 @@ group("hiviewdfxtestacts") {
if (is_standard_system) {
deps = [
"bytracetest:ActsBytraceJsTest",
"hiappeventtest/hiappeventcpptest:HiAppEventCPPTest",
"hiappeventtest/hiappeventcpptest:ActsHiAppEventCPPTest",
"hiappeventtest/hiappeventjstest:ActsHiAppeventTest",
"hicheckertest/hicheckerjstest:hicheckerjstest",
"hidebugtest/hidebugtestjstest:ActsHiDebugTest",
"hilogtest/hilogjstest:ActsHilogJsTest",
"hilogtest/hilogndktest:hilogndktest",
"hilogtest/hilogndktest:ActsHilogndkTest",
"hisyseventtest/hisyseventjstest:ActsHiSysEventJsTest",
"hitracechainjstest:ActsHiTraceChainJsTest",
"hitracechaintest:ActsHiTraceChainTest",
......
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
module_output_path = "hit/HiAppEventCPPTest"
module_output_path = "hit/ActsHiAppEventCPPTest"
###############################################################################
config("hilogtest_config") {
......@@ -26,7 +26,7 @@ config("hilogtest_config") {
"//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include",
]
}
ohos_moduletest_suite("HiAppEventCPPTest") {
ohos_moduletest_suite("ActsHiAppEventCPPTest") {
module_out_path = module_output_path
sources = [ "HiAppEventCPPTest.cpp" ]
deps = [
......
......@@ -2,7 +2,7 @@
"kits": [
{
"push": [
"HiAppEventCPPTest->/data/local/tmp/HiAppEventCPPTest"
"ActsHiAppEventCPPTest->/data/local/tmp/ActsHiAppEventCPPTest"
],
"type": "PushKit"
}
......@@ -10,7 +10,7 @@
"driver": {
"native-test-timeout": "120000",
"type": "CppTest",
"module-name": "HiAppEventCPPTest",
"module-name": "ActsHiAppEventCPPTest",
"runtime-hint": "1s",
"native-test-device-path": "/data/local/tmp"
},
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
module_output_path = "hits/hilogndktest"
module_output_path = "hits/ActsHilogndkTest"
config("hilogndktest_config") {
visibility = [ ":*" ]
......@@ -21,7 +21,7 @@ config("hilogndktest_config") {
"//utils/native/base/include/",
]
}
ohos_moduletest_suite("hilogndktest") {
ohos_moduletest_suite("ActsHilogndkTest") {
module_out_path = module_output_path
sources = [ "hilogndktest.cpp" ]
deps = [
......
......@@ -3,14 +3,14 @@
"driver": {
"type": "CppTest",
"native-test-timeout": "120000",
"module-name": "hilogndktest",
"module-name": "ActsHilogndkTest",
"runtime-hint": "ls",
"native-test-device-path": "/data/local/tmp"
},
"kits": [
{
"push": [
"hilogndktest->/data/local/tmp/hilogndktest"
"ActsHilogndkTest->/data/local/tmp/ActsHilogndkTest"
],
"type": "PushKit"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册