How can I specify a location to write the code coverage files generated with '-cov'?

Ali Çehreli acehreli at yahoo.com
Thu Apr 3 21:48:35 PDT 2014


On 04/03/2014 09:10 PM, Saurabh Das wrote:

 > Say I compile a program with:
 >
 > dmd -unittest -debug -cov test.d

So, that's what the makefile generates. ;) You can have an additional 
line that moves the coverage file away.

Ali



More information about the Digitalmars-d-learn mailing list