projects
/
platform
/
core
/
api
/
vpn-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b733f50
)
Fix the gcov build error
81/307681/1
accepted/tizen_unified_dev
accepted/tizen/unified/20240313.134451
accepted/tizen/unified/20240313.135545
accepted/tizen/unified/dev/20240620.004716
accepted/tizen/unified/x/20240314.073226
author
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:43:37 +0000
(16:43 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:43:41 +0000
(16:43 +0900)
Change-Id: Ib766ebe87b1ef7f2944bd90f1e5282758055d152
packaging/capi-vpn-service.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-vpn-service.spec
b/packaging/capi-vpn-service.spec
index 6c9521074abbe87f1f76ca9bd64f03a689f1346c..033fc2f4d91ae64e0ffdb92d108f812049138dd7 100755
(executable)
--- a/
packaging/capi-vpn-service.spec
+++ b/
packaging/capi-vpn-service.spec
@@
-124,7
+124,7
@@
install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}
%check
%if 0%{?gcov:1}
LD_LIBRARY_PATH=. tests/vpn-service-gtest
-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