From: Seonah Moon Date: Tue, 12 Mar 2024 07:42:00 +0000 (+0900) Subject: Fix the gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134403^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F307679%2F1;p=platform%2Fcore%2Fapi%2Fsoftap.git Fix the gcov build error Change-Id: Ieeaa83753003a0df1fc0f0176e8c1449e33b539c --- diff --git a/packaging/capi-network-softap.spec b/packaging/capi-network-softap.spec index 95a6055..2172529 100644 --- a/packaging/capi-network-softap.spec +++ b/packaging/capi-network-softap.spec @@ -110,7 +110,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/ %check %if 0%{?gcov:1} tests/softap-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