From: Dohyun Pyun Date: Tue, 12 Mar 2024 04:17:06 +0000 (+0900) Subject: Fix gcov build error X-Git-Tag: accepted/tizen/unified/20240313.134832^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Ftelephony%2Flibtcore.git Fix gcov build error Change-Id: I4c91123d229f499f44ccab1f1a74eaf6a84ec57d Signed-off-by: Dohyun Pyun --- diff --git a/packaging/libtcore.spec b/packaging/libtcore.spec index 69ff5ac..bd6b0fe 100644 --- a/packaging/libtcore.spec +++ b/packaging/libtcore.spec @@ -4,7 +4,7 @@ Name: libtcore Version: %{major}.%{minor}.%{patchlevel} -Release: 1 +Release: 2 License: Apache-2.0 Summary: Telephony-core library Group: System/Libraries @@ -63,7 +63,7 @@ find . -name '*.gcno' -exec cp '{}' gcov-obj ';' %if 0%{?gcov:1} %check LD_LIBRARY_PATH=. gtest/gtest-libtcore -lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info --exclude "*/gtest/*" +lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info --exclude "*/gtest/*" genhtml %{name}.info -o out --legend --show-details %endif