projects
/
platform
/
core
/
appfw
/
libeventsystem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5725077
)
Fix lcov option for lcov 2.0
24/307624/1
author
Ilho Kim
<ilho159.kim@samsung.com>
Tue, 12 Mar 2024 04:58:06 +0000
(13:58 +0900)
committer
Ilho Kim
<ilho159.kim@samsung.com>
Tue, 12 Mar 2024 04:59:34 +0000
(13:59 +0900)
"mismatch,graph,unused" options are added.
Change-Id: I7a2ff6279cc3947e822dd355e5de271ecfd99092
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
packaging/eventsystem.spec
patch
|
blob
|
history
diff --git
a/packaging/eventsystem.spec
b/packaging/eventsystem.spec
index 69394449ee5f928e89259a973e0b737771800779..59919016ff75d4814bfeff459ee7d38ea192ed60 100644
(file)
--- a/
packaging/eventsystem.spec
+++ b/
packaging/eventsystem.spec
@@
-81,7
+81,7
@@
make %{?jobs:-j%jobs}
%check
ctest -V
%if 0%{?gcov:1}
-lcov -c --ignore-errors
graph
--no-external -q -d . -o ${name}.info
+lcov -c --ignore-errors
mismatch,graph,unused
--no-external -q -d . -o ${name}.info
genhtml ${name}.info -o out --legend --show-details
%endif