code coverage under Linux

Amaury ammo32uzi at hotmail.com
Thu Nov 20 01:01:42 PST 2008


Hi,
I have already tried this and it doesn't work, I also tried with a sudo command... Do I need something else than just dmd ?
Amaury

Olli Aalto Wrote:

> 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