提交 d60a6da6 编写于 作者: C chenxuihui

xts bufix

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 4094e673
...@@ -28,16 +28,14 @@ config("hilogtest_config") { ...@@ -28,16 +28,14 @@ config("hilogtest_config") {
} }
ohos_moduletest_suite("HiAppEventCPPTest") { ohos_moduletest_suite("HiAppEventCPPTest") {
module_out_path = module_output_path module_out_path = module_output_path
sources = [ sources = [ "HiAppEventCPPTest.cpp" ]
"HiAppEventCPPTest.cpp",
]
deps = [ deps = [
"../../utils/native:utilskit", "../../utils/native:utilskit",
"//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base",
"//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk",
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog",
"//third_party/googletest:gtest_main", "//third_party/googletest:gtest_main",
"//utils/native/base:utils", "//utils/native/base:utils",
"//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk",
"//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base",
] ]
configs = [ ":hilogtest_config" ] configs = [ ":hilogtest_config" ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册