How can one reliably run unittests

deadalnix deadalnix at gmail.com
Tue Aug 31 17:37:34 UTC 2021


On Tuesday, 31 August 2021 at 16:22:17 UTC, H. S. Teoh wrote:
> However, this simplistic approach falls flat in the face of 
> `dmd -i`.  Schemes like `-unittest=mod1,mod2,...` have been 
> proposed before, but AFAIK never implemented.
>
>
> T

Why is that? couldn't dmd -i simply not compile the module that 
are "autoloaded" rather than explicitly provided without 
unittests?


More information about the Digitalmars-d mailing list