projects
/
platform
/
core
/
appfw
/
data-provider-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac6fff
)
Change lcov option to fix build error
59/307559/1
author
SukhyungKang
<shine.kang@samsung.com>
Tue, 12 Mar 2024 04:16:59 +0000
(13:16 +0900)
committer
SukhyungKang
<shine.kang@samsung.com>
Tue, 12 Mar 2024 04:16:59 +0000
(13:16 +0900)
Change-Id: I228f75fa0b984b4f9d16a763b47da35ccebfb6f3
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
packaging/data-provider-master.spec
patch
|
blob
|
history
diff --git
a/packaging/data-provider-master.spec
b/packaging/data-provider-master.spec
index c43bf02467e5c4134e8875ed57080b36288b32e6..a993bd73302db54358254878cccce6ab10e87591 100644
(file)
--- a/
packaging/data-provider-master.spec
+++ b/
packaging/data-provider-master.spec
@@
-96,7
+96,7
@@
CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%j
%check
ctest -V
%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