dmd test coverage

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 27 20:48:19 PST 2014


"H. S. Teoh via Digitalmars-d"  wrote in message 
news:mailman.2389.1417136212.9932.digitalmars-d at puremagic.com...

> 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.

What I do is put a print/assert in the compiler functions you're looking for 
and then run it on the test case. 



More information about the Digitalmars-d mailing list