From 00338d2a9af61c6f8d888bbffbcc2aedde0b3a28 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 12 Mar 2024 16:43:37 +0900 Subject: [PATCH] Fix the gcov build error Change-Id: Ib766ebe87b1ef7f2944bd90f1e5282758055d152 --- packaging/capi-vpn-service.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index 6c95210..033fc2f 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -124,7 +124,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name} %check %if 0%{?gcov:1} LD_LIBRARY_PATH=. tests/vpn-service-gtest -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.34.1