projects
/
platform
/
core
/
api
/
vine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17bdd7
)
Fix the gcov build error
80/307680/1
accepted/tizen/unified/20240313.134500
accepted/tizen/unified/20240313.135551
accepted/tizen/unified/dev/20240620.004707
accepted/tizen/unified/x/20240314.073201
author
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:42:57 +0000
(16:42 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:42:59 +0000
(16:42 +0900)
Change-Id: I4590ce17a674cdbb2d4ae14c86e924db0326f10c
packaging/capi-network-vine.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-network-vine.spec
b/packaging/capi-network-vine.spec
index 7c95a47bd76195145ca70af05e8407fa40878c99..4551e12e83c011bf859fd143388cc116e770f417 100755
(executable)
--- a/
packaging/capi-network-vine.spec
+++ b/
packaging/capi-network-vine.spec
@@
-177,7
+177,7
@@
install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
%check
%if 0%{?gcov:1}
LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/unittest/vine-unittest
-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