PDA

View Full Version : Unit test coverage



leoalvesmachado
15th April 2010, 22:14
Hi folks...
Does anyone know here any tool that enable us to measure the coverage of unit tests made using QTestLib?

wysota
15th April 2010, 22:26
If you are using gcc, try gcov.

leoalvesmachado
16th April 2010, 13:45
Thanks wysota...
Little question: Is it possible to use gcov under Windows? I thought it was a Linux only tool...

wysota
16th April 2010, 13:48
It should work with MinGW.