How to use dmd code coverage

forkit forkit at gmail.com
Thu Nov 11 21:37:07 UTC 2021


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



More information about the Digitalmars-d-learn mailing list