Fix the gcov build error 77/307677/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134441 accepted/tizen/unified/20240313.135539 accepted/tizen/unified/x/20240314.073218
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:40:34 +0000 (16:40 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:40:42 +0000 (16:40 +0900)
Change-Id: Icea04b8163975dcd50a89df1644c2cbc27e7d42f

packaging/capi-network-wifi-aware.spec

index 9193913..2839b62 100644 (file)
@@ -142,7 +142,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 export LD_LIBRARY_PATH=./src/:./tests/unittest/mocks/
 LD_PRELOAD=./tests/unittest/mocks/libwifi-aware-mock.so ./tests/unittest/wifi-aware-unittest
 %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