How can one reliably run unittests

Walter Bright newshound2 at digitalmars.com
Wed Aug 25 22:49:25 UTC 2021


On 8/25/2021 2:46 PM, Paul Backus wrote:
>>>>     dmd -i -unittest -main=ifMissing -run mymodule.d

The trouble with adding switches like that is it takes a while to understand 
them and what they do, and they'll inevitably create yet another problem which 
will require another switch.

It's better to use one of the existing methods shown in this thread which use 
already well-understood behavior.


More information about the Digitalmars-d mailing list