mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
update test/moduletest/BUILD.gn.
Signed-off-by: flying <pengmengjie1@huawei.com>
This commit is contained in:
parent
76c56d103f
commit
7592ae5a39
@ -17,11 +17,7 @@ import("//build/test.gni")
|
|||||||
ohos_executable("AppSpawnTest") {
|
ohos_executable("AppSpawnTest") {
|
||||||
sources = [ "${appspawn_path}/test/moduletest/appspawn_test_cmd.cpp" ]
|
sources = [ "${appspawn_path}/test/moduletest/appspawn_test_cmd.cpp" ]
|
||||||
|
|
||||||
include_dirs = [
|
include_dirs = [ "//commonlibrary/c_utils/base/include" ]
|
||||||
"//commonlibrary/c_utils/base/include",
|
|
||||||
"//third_party/zlib/contrib/minizip",
|
|
||||||
"//third_party/zlib",
|
|
||||||
]
|
|
||||||
|
|
||||||
configs = [ "${appspawn_path}:appspawn_config" ]
|
configs = [ "${appspawn_path}:appspawn_config" ]
|
||||||
|
|
||||||
@ -31,6 +27,7 @@ ohos_executable("AppSpawnTest") {
|
|||||||
"c_utils:utils",
|
"c_utils:utils",
|
||||||
"hilog:libhilog",
|
"hilog:libhilog",
|
||||||
"init:libbegetutil",
|
"init:libbegetutil",
|
||||||
|
"zlib:libz",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user