mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
drop ut coverage compile option
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com> Change-Id: I4efd6728e9ad6fa40c57a0188ebe404934478c73
This commit is contained in:
parent
92100494b4
commit
96e651d76e
@ -16,8 +16,6 @@ import("//build/test.gni")
|
||||
|
||||
config("utest_config") {
|
||||
cflags = [
|
||||
"-fprofile-arcs",
|
||||
"-ftest-coverage",
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-unused-function",
|
||||
]
|
||||
@ -26,8 +24,6 @@ config("utest_config") {
|
||||
"-fexceptions",
|
||||
]
|
||||
|
||||
ldflags = [ "--coverage" ]
|
||||
|
||||
include_dirs = [
|
||||
"${appspawn_path}/test/mock/include",
|
||||
"${appspawn_path}/common",
|
||||
|
Loading…
Reference in New Issue
Block a user