// --
module test;
import std.stdio;
void main()
{
writeln("Hello World!");
}
// ---
dmd test.d -cov
..but no .lst file anywhere to be found. Huh! I don't get it.
- How to use dmd code coverage forkit via Digitalmars-d-learn
- Re: How to use dmd code cover... Ali Çehreli via Digitalmars-d-learn
- Re: How to use dmd code c... forkit via Digitalmars-d-learn
- Re: How to use dmd co... foxit via Digitalmars-d-learn
- Re: How to use dm... Dr Machine Code via Digitalmars-d-learn
- Re: How to u... forkit via Digitalmars-d-learn
- Re: How ... Imperatorn via Digitalmars-d-learn
