projects
/
platform
/
core
/
appfw
/
tidl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5adfae7
)
Modify gcov test command options
02/308302/2
accepted/tizen/unified/20240322.174251
accepted/tizen/unified/x/20240326.073806
author
Changgyu Choi
<changyu.choi@samsung.com>
Thu, 21 Mar 2024 05:27:15 +0000
(14:27 +0900)
committer
Changgyu Choi
<changyu.choi@samsung.com>
Thu, 21 Mar 2024 05:44:25 +0000
(14:44 +0900)
Change-Id: I044a32af4a2e072d9e0f7035db897a7ddfacaf52
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
packaging/tidl.spec
patch
|
blob
|
history
diff --git
a/packaging/tidl.spec
b/packaging/tidl.spec
index 2b06df51bda5cdb9f4811bf13c4ae90155514016..039bf4a1ac444a413cb9c2e733d3ea03d3be65f6 100644
(file)
--- a/
packaging/tidl.spec
+++ b/
packaging/tidl.spec
@@
-61,8
+61,8
@@
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%check
ctest -V %{?_smp_mflags}
%if 0%{?gcov:1}
-lcov -c --ignore-errors mismatch,graph,unused --no-external -
q
-d . -o %{name}.info
-genhtml %{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
%install