diff options
author | Changgyu Choi <changyu.choi@samsung.com> | 2024-03-12 13:16:54 +0900 |
---|---|---|
committer | Changgyu Choi <changyu.choi@samsung.com> | 2024-03-12 13:16:54 +0900 |
commit | 70026a23ac75b6c508595c6557cc97972ce5f280 (patch) | |
tree | 1deea17ff16ccfe8c5f35593899664d35857c8db | |
parent | fb6d048dd3e24f4ec0a0b11f5b5e7ab517ba4e50 (diff) | |
download | librua-70026a23ac75b6c508595c6557cc97972ce5f280.tar.gz librua-70026a23ac75b6c508595c6557cc97972ce5f280.tar.bz2 librua-70026a23ac75b6c508595c6557cc97972ce5f280.zip |
Fix lcov option for lcov 2.0
"mismatch,graph,unused" options are added.
Change-Id: Ic830bea9566cf62832c2918fa892724ce518cefc
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
-rw-r--r-- | packaging/librua.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/librua.spec b/packaging/librua.spec index d269711..97a9fd9 100644 --- a/packaging/librua.spec +++ b/packaging/librua.spec @@ -62,7 +62,7 @@ make %{?_smp_mflags} %check (cd tests && cd unittest && LD_LIBRARY_PATH=../../ ctest -V) %if 0%{?gcov:1} -lcov -c --ignore-errors graph --no-external -q -d . -o rua.info +lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o rua.info genhtml rua.info -o rua.out zip -r rua.zip rua.out install -m 0644 rua.zip %{buildroot}%{_datadir}/gcov/ |