Signed-off-by: xuchenghua <xuchenghua09@huawei.com>
Change-Id: Ibc76bd8622601612f5c2b4711e355f5e2a64bb55
This commit is contained in:
xuchenghua 2022-05-03 16:08:14 +08:00
parent 1804dadd7a
commit a289791244

View File

@ -31,14 +31,16 @@ ohos_moduletest("AppSpawnModuleTest") {
]
deps = [
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
"${aafwk_path}/services/appmgr:libams",
"${aafwk_path}/services/appmgr:libappms",
"${appspawn_path}/interfaces/innerkits:appspawn_socket_client",
"//third_party/googletest:gtest_main",
"//utils/native/base:utils",
]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [
"ability_runtime:app_manager",
"hiviewdfx_hilog_native:libhilog",
]
}
group("moduletest") {