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.