提交 1c2fc157 编写于 作者: L liubb_0516

add ipc gtest testcase

Signed-off-by: Nliubb_0516 <liubeibei8@huawei.com>
上级 b38a5107
......@@ -12,12 +12,15 @@
# limitations under the License.
import("//build/lite/config/component/lite_component.gni")
import("//build/lite/config/test.gni")
group("ipc_test_gtest") {
deps = [
"client:ipc_client",
"samgr:samgr",
"server:ipc_server",
]
lite_component("ipc_test_gtest") {
if (ohos_kernel_type == "liteos_m") {
features = []
} else {
features = [
"client:ipc_client",
"samgr:samgr",
"server:ipc_server",
]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册