[CMake] Code coverage under Windows

2011-02-14 Thread felix . morency
Hi, On the wiki, it is mentioned that code coverage is supported using gcov and Bullseye. However on the CMake dashboard, under the code coverage section, you can see that the build name for the dash22.kitware site is Win32-vs9-Release-Coverage. I wondered if this site is using Bulleye

Re: [CMake] Code coverage under Windows

2011-02-14 Thread David Cole
On Mon, Feb 14, 2011 at 11:09 AM, felix.more...@gmail.com wrote: Hi, On the wiki, it is mentioned that code coverage is supported using gcov and Bullseye. However on the CMake dashboard, under the code coverage section, you can see that the build name for the dash22.kitware site is

Re: [CMake] Code coverage under Windows

2011-02-14 Thread felix . morency
David, Thank you for your answer. I don't know much about Visual Studio code coverage, but it seems to be a new feature of VS 2010. I never tested it. You can find more information at http://msdn.microsoft.com/en-us/library/ms182496.aspx However, only 32bits applications seems supported.