projects
/
platform
/
core
/
appfw
/
event-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0522ca
)
Fix lcov option
21/307621/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Mar 2024 04:58:43 +0000
(13:58 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Mar 2024 04:58:43 +0000
(13:58 +0900)
"mismatch,unused" options are added.
Change-Id: I57e15e6e729093e4a4411973eaf653aedfc6c113
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/esd.spec
patch
|
blob
|
history
diff --git
a/packaging/esd.spec
b/packaging/esd.spec
index
8662f26
..
2a0934b
100644
(file)
--- a/
packaging/esd.spec
+++ b/
packaging/esd.spec
@@
-116,7
+116,7
@@
make %{?jobs:-j%jobs}
ctest -V
%if 0%{?gcov:1}
-lcov -c --ignore-errors
graph
--no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors
mismatch,graph,unused
--no-external -b . -d . -o %{name}.info
genhtml %{name}.info -o out --legend --show-details
%endif