Re: Monitoring autotest coverage in frameworks

2012-03-09 Thread Dario Freddi
Hi, 2012/3/1 Frank Reininghaus : > Hi, > > Am 1. März 2012 00:44 schrieb Dario Freddi: >> I was wondering if we already had a way to generate reports on >> autotests coverage using lcov/gcov in frameworks. Looking at our cmake >> infrastructure, I spotted a build mode "Profile" which should >> app

Re: Monitoring autotest coverage in frameworks

2012-03-08 Thread Frank Reininghaus
Hi, Am 1. März 2012 00:44 schrieb Dario Freddi: > I was wondering if we already had a way to generate reports on > autotests coverage using lcov/gcov in frameworks. Looking at our cmake > infrastructure, I spotted a build mode "Profile" which should > apparently set the correct compiler flags (but

Re: Monitoring autotest coverage in frameworks

2012-02-29 Thread Kevin Ottens
On Thursday 01 March 2012 00:44:51 Dario Freddi wrote: > Question time: is anybody already working on this? Nope. > I think it's quite important for us to have such a thing, [...] Agreed, but I think we have more important and pressing issues to solve first. I'd rather have a first KDE Framework

Monitoring autotest coverage in frameworks

2012-02-29 Thread Dario Freddi
Hey guys, I was wondering if we already had a way to generate reports on autotests coverage using lcov/gcov in frameworks. Looking at our cmake infrastructure, I spotted a build mode "Profile" which should apparently set the correct compiler flags (but actually, at least for me, it didn't work), I