From: Seonah Moon Date: Tue, 12 Mar 2024 07:43:37 +0000 (+0900) Subject: Fix the gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134451^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_dev;p=platform%2Fcore%2Fapi%2Fvpn-service.git Fix the gcov build error Change-Id: Ib766ebe87b1ef7f2944bd90f1e5282758055d152 --- diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index 6c95210..033fc2f 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -124,7 +124,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name} %check %if 0%{?gcov:1} LD_LIBRARY_PATH=. tests/vpn-service-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