mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

question: are pre-built trucov binaries available anywhere for Microsoft Windows? #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Downloads area of this website has binaries only for Debian and Ubuntu 
Linux.  Are binaries for Microsoft Windows available anywhere?

[I have started to try and build trucov myself, using Visual C++ 2008 Express, 
with only partial success....]

Original issue reported on code.google.com by jomor...@gmail.com on 15 Dec 2010 at 6:54

GoogleCodeExporter commented 9 years ago
One of the core technologies behind trucov is the GCC's -fprofile-arcs and 
-ftest-coverage compiler options.

Visual studio does not have these options (nor should it).

Theoretically, it would be possible to build an alternate back end that ran off 
output from the visual studio compiler.  But, this is an extreme undertaking as 
likely more than half of trucov's code base will need to rewritten or 
significantly altered.

Original comment by j.nick.terry@gmail.com on 18 Jan 2011 at 11:54