From ad6c6fddf293f1bebf65c6828fefc054e841ec35 Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Tue, 8 Feb 2022 16:43:15 +0800 Subject: [PATCH] fix review issue Signed-off-by: chenxuihui --- hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn | 4 ++-- test_packages.gni | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn b/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn index 96a262c31..5e7790ef4 100755 --- a/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn +++ b/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("hiappeventjstest") { +ohos_js_hap_suite("ActsHiAppeventTest") { hap_profile = "./src/main/config.json" deps = [ ":hiappevent_js_assets", @@ -24,7 +24,7 @@ ohos_js_hap_suite("hiappeventjstest") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "HiAppeventTest" + hap_name = "ActsHiAppeventTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/test_packages.gni b/test_packages.gni index 4d51c911a..7f37edf80 100644 --- a/test_packages.gni +++ b/test_packages.gni @@ -36,6 +36,7 @@ _all_test_packages = [ "${ACTS_ROOT}/multimodalinput:multimodalinput", "${ACTS_ROOT}/resourceschedule:resourceschedule", "${ACTS_ROOT}/telephony:telephony", + "${ACTS_ROOT}/hiviewdfx:hiviewdfx", ] _all_test_packages_ivi = [ -- GitLab