From e8a681b334b4d999d02dfcfbf38cf84fa71b8174 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 12 Mar 2024 13:51:42 +0900 Subject: [PATCH 1/1] Fix the gcov build error Change-Id: I1fe692468d0fcc73bb31df45c110da15c4d633a2 --- packaging/capi-network-tethering.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4