From b226ec88804ba715297ed793df5fe6fa773f2153 Mon Sep 17 00:00:00 2001 From: Dohyun Pyun Date: Wed, 13 Mar 2024 14:27:09 +0900 Subject: [PATCH] Fix gcov build error Change-Id: I0edf5d6998684207d4d29b0ad54a73699191fb2b Signed-off-by: Dohyun Pyun --- packaging/capi-network-uwb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4