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.
