dmd test coverage

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 27 21:05:16 PST 2014


On 11/27/2014 4:54 PM, H. S. Teoh via Digitalmars-d wrote:
> How do I locally test dmd for coverage? I have a fix for the missing
> coverage for version.c, but I can't figure out how to test whether it's
> actually working.

In posix.mak for dmd, there's 'make gcov' to generate coverage data.



More information about the Digitalmars-d mailing list