Re: first try to use a unit test based framework

2014-04-19 Thread Thiago Macieira
Em seg 14 abr 2014, às 13:46:08, Tomaz Canabrava escreveu: CMake has a testing framework called CTest that can generate html reports and it's easy to integrate a new test on it. I created this in cmake *only* because it was what I had used before, tried to learn the docs for qmake + tests and

first try to use a unit test based framework

2014-04-14 Thread Tomaz Canabrava
So - CMake has a testing framework called CTest that can generate html reports and it's easy to integrate a new test on it. I created this in cmake *only* because it was what I had used before, tried to learn the docs for qmake + tests and it was a bit frustrating / hard to do. what this does

Re: first try to use a unit test based framework

2014-04-14 Thread Tomaz Canabrava
Second try, with dirk's input on IRC. On Mon, Apr 14, 2014 at 1:46 PM, Tomaz Canabrava tcanabr...@kde.org wrote: So - CMake has a testing framework called CTest that can generate html reports and it's easy to integrate a new test on it. I created this in cmake *only* because it was what I

Re: first try to use a unit test based framework

2014-04-14 Thread Tomaz Canabrava
two patches that goes on top of the last three ones: 1 - list of files insteaf of grepping to *.c 2 - specify the libdcdevel path On Mon, Apr 14, 2014 at 2:35 PM, Tomaz Canabrava tcanabr...@kde.org wrote: Second try, with dirk's input on IRC. On Mon, Apr 14, 2014 at 1:46 PM, Tomaz