projects
/
platform
/
core
/
api
/
preference.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4c8d4
)
Fix lcov option
43/307543/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Mar 2024 03:55:05 +0000
(12:55 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Mar 2024 03:55:44 +0000
(12:55 +0900)
"mismatch,graph,unused" options are added.
Change-Id: I2d8066143699c6cacdfaf15662dd534b84ad10d4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/capi-appfw-preference.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-appfw-preference.spec
b/packaging/capi-appfw-preference.spec
index 05d8cd059bafc94d512b4a2c36d2773b4f73f19d..0af48989598a79b53b6bfbb3d34a770ca2d6f007 100644
(file)
--- a/
packaging/capi-appfw-preference.spec
+++ b/
packaging/capi-appfw-preference.spec
@@
-119,7
+119,7
@@
install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
LD_LIBRARY_PATH=../preference 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