From 89643b075008482569fbb00418c3b34c3132bb88 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 12 Mar 2024 16:40:34 +0900 Subject: [PATCH] Fix the gcov build error Change-Id: Icea04b8163975dcd50a89df1644c2cbc27e7d42f --- packaging/capi-network-wifi-aware.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-network-wifi-aware.spec b/packaging/capi-network-wifi-aware.spec index 9193913..2839b62 100644 --- a/packaging/capi-network-wifi-aware.spec +++ b/packaging/capi-network-wifi-aware.spec @@ -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 -- 2.7.4