提交 e434388f 编写于 作者: N nan-xiansen

【sta_lite】【master】add bootstrap suites to linux

Signed-off-by: Nnan-xiansen <nanjinbin@huawei.com>
Change-Id: Id1e24690243a9ef4d707949419780c8a0a89cf2c
上级 3ea7c329
......@@ -88,6 +88,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/huks_posix:ActsSecurityDataTest",
#"//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest",
......
......@@ -32,4 +32,10 @@ hcpptest_suite("ActsBootstrapTest") {
"//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.
先完成此消息的编辑!
想要评论请 注册