提交 dc88565f 编写于 作者: C chensiming

Signed-off-by:chensiming<chensiming3@huawei.com>

Signed-off-by: Nchensiming <1067037310@qq.com>
上级 1d8c331a
......@@ -78,6 +78,7 @@ lite_component("acts_component") {
all_features += [
"//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest",
"//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest",
"//test/xts/acts/startup_lite/bootstrap_posix:ActsBootstrapTest",
"//test/xts/acts/security_lite/datahuks_posix:ActsSecurityDataTest",
#"//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest",
#"//test/xts/acts/multimedia_lite/media_lite_posix/player_native:ActsMediaPlayerTest",
......
......@@ -26,10 +26,15 @@ hcpptest_suite("ActsBootstrapTest") {
"//third_party/bounds_checking_function/include/",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
]
cflags = [ "-Wno-error" ]
deps = [
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//third_party/bounds_checking_function:libsec_shared",
]
cflags = [ "-Wno-error" ]
ldflags = [
"-lstdc++",
"-lm",
"-lpthread",
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册