Hello, Say I compile a program with:
dmd -unittest -debug -cov test.dThen, when I run ./test, a file 'test.lst' is generated in the current working directory. Is there a way in which I can instruct the file to be created in a separate './cov_log/' directory?
Thanks, Saurabh