From: Seonah Moon Date: Tue, 12 Mar 2024 07:42:57 +0000 (+0900) Subject: Fix the gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134500^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e4822c6daf607acc4b1adbf76811f0a89a7df8f;p=platform%2Fcore%2Fapi%2Fvine.git Fix the gcov build error Change-Id: I4590ce17a674cdbb2d4ae14c86e924db0326f10c --- diff --git a/packaging/capi-network-vine.spec b/packaging/capi-network-vine.spec index 7c95a47..4551e12 100755 --- 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