From: sooyeon Date: Tue, 12 Mar 2024 08:40:29 +0000 (+0900) Subject: Fix gcov QB build error and Update version (2.0.2) X-Git-Tag: accepted/tizen/unified/20240313.134627^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3767ccab29c479bba3e7ddd97234b4e5adcd3f29;p=platform%2Fcore%2Fuifw%2Fmmi-framework.git Fix gcov QB build error and Update version (2.0.2) Change-Id: I0340e9a26c5097f56753b08971572e5709b4900c Signed-off-by: sooyeon --- diff --git a/packaging/mmi.spec b/packaging/mmi.spec index 2495414..18ef3ed 100644 --- a/packaging/mmi.spec +++ b/packaging/mmi.spec @@ -1,5 +1,5 @@ Name: mmi -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Multi-modal Interaction Framework License: MIT @@ -116,7 +116,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';' %if "%{_mmi_test_enable}" == "true" ninja -C builddir test %if 0%{?gcov:1} -lcov -c --ignore-errors graph --no-external -q -d . -o gcov.info +lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o gcov.info genhtml gcov.info %endif %endif