code coverage under Linux

Olli Aalto oaalto at gmail.com
Wed Nov 19 23:07:35 PST 2008


Amaury wrote:
> Hello,
> I'm looking for testing the code coverage fonctionnality with dmd under Ubuntu but it seems no to work.
> The command :
> 
> $ dmd sieve -cov
> $ sieve
> 
> Doesn't create a sieve.lst file... why ?
> 

try:
dmd -cov sieve.d
./sieve

Works for me.

O.



More information about the Digitalmars-d mailing list