From: Dohyun Pyun Date: Wed, 13 Mar 2024 05:27:09 +0000 (+0900) Subject: Fix gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134920^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fapi%2Fuwb.git Fix gcov build error Change-Id: I0edf5d6998684207d4d29b0ad54a73699191fb2b Signed-off-by: Dohyun Pyun --- diff --git a/packaging/capi-network-uwb.spec b/packaging/capi-network-uwb.spec index 15399dd..7e77666 100644 --- a/packaging/capi-network-uwb.spec +++ b/packaging/capi-network-uwb.spec @@ -128,7 +128,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/ %check %if 0%{?gcov:1} LD_PRELOAD=./tests/libuwb-mock.so tests/%{name}-gtest -lcov -c --ignore-errors graph --no-external -b . -d . \ +lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . \ --exclude "/home/abuild/rpmbuild/BUILD/%{name}-%{version}/src/uwb-gdbus.c" -o %{name}.info genhtml %{name}.info -o out --legend --show-details %endif