From 79ea5d70ca8f3ce02feae9091226bc539668df68 Mon Sep 17 00:00:00 2001 From: Dohyun Pyun Date: Wed, 13 Mar 2024 14:27:50 +0900 Subject: [PATCH] Fix gcov build error Change-Id: I0d8a67b2fe8f2d199e3c93e744ee8da56adb40f4 Signed-off-by: Dohyun Pyun --- packaging/capi-network-wifi-direct.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-network-wifi-direct.spec b/packaging/capi-network-wifi-direct.spec index 9661b0a..31bf7c0 100755 --- a/packaging/capi-network-wifi-direct.spec +++ b/packaging/capi-network-wifi-direct.spec @@ -140,7 +140,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/ %check tests/gtest-wifi-direct %if 0%{?gcov:1} -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 -- 2.7.4