From: Seonah Moon Date: Tue, 12 Mar 2024 04:51:42 +0000 (+0900) Subject: Fix the gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134413^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;hp=dae39de2f2103b2795f4b968701f88fb7911ac59;p=platform%2Fcore%2Fapi%2Ftethering.git Fix the gcov build error Change-Id: I1fe692468d0fcc73bb31df45c110da15c4d633a2 --- diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 104a161..b5924dd 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -1,6 +1,6 @@ Name: capi-network-tethering Summary: Tethering Framework -Version: 1.2.1 +Version: 1.2.2 Release: 1 Group: System/Network License: Apache-2.0 @@ -119,7 +119,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/ %check %if 0%{?gcov:1} tests/tethering-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