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.
