提交 f40c9a9c 编写于 作者: L liubb_0516

add ipc test case

Signed-off-by: Nliubb_0516 <liubeibei8@huawei.com>
上级 eeff5fad
......@@ -17,9 +17,7 @@ SUBSYSTEM_DIR = "//foundation/communication/ipc/test"
IPC_CORE_ROOT = "//foundation/communication/ipc/ipc/native/c"
executable("ipc_client") {
sources = [
"$SUBSYSTEM_DIR/ipc/client/client.c",
]
sources = [ "$SUBSYSTEM_DIR/ipc/client/client.c" ]
include_dirs = [
"//third_party/bounds_checking_function/include",
"//utils/native/lite/include",
......@@ -31,9 +29,8 @@ executable("ipc_client") {
"-lstdc++",
"-lpthread",
]
deps = [
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single"
]
deps =
[ "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single" ]
configs -= [ "//build/lite/config:clang_opt" ]
}
......@@ -17,9 +17,7 @@ SUBSYSTEM_DIR = "//foundation/communication/ipc/test"
IPC_CORE_ROOT = "//foundation/communication/ipc/ipc/native/c"
executable("samgr") {
sources = [
"$SUBSYSTEM_DIR/ipc/samgr/samgr.c",
]
sources = [ "$SUBSYSTEM_DIR/ipc/samgr/samgr.c" ]
include_dirs = [
"//third_party/bounds_checking_function/include",
"//utils/native/lite/include",
......@@ -33,9 +31,8 @@ executable("samgr") {
"-lstdc++",
"-lpthread",
]
deps = [
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
]
deps =
[ "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single" ]
configs -= [ "//build/lite/config:clang_opt" ]
}
......@@ -17,9 +17,7 @@ SUBSYSTEM_DIR = "//foundation/communication/ipc/test"
IPC_CORE_ROOT = "//foundation/communication/ipc/ipc/native/c"
executable("ipc_server") {
sources = [
"$SUBSYSTEM_DIR/ipc/server/server.c",
]
sources = [ "$SUBSYSTEM_DIR/ipc/server/server.c" ]
include_dirs = [
"//third_party/bounds_checking_function/include",
"//utils/native/lite/include",
......@@ -31,9 +29,8 @@ executable("ipc_server") {
"-lstdc++",
"-lpthread",
]
deps = [
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single"
]
deps =
[ "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single" ]
configs -= [ "//build/lite/config:clang_opt" ]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册