提交 f4e90dfb 编写于 作者: O openharmony_ci 提交者: Gitee

!950 【release】add bootstrap suites to linux,syc master to release

Merge pull request !950 from chensiming/myfeature
......@@ -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.
先完成此消息的编辑!
想要评论请 注册