How can one reliably run unittests
deadalnix
deadalnix at gmail.com
Fri Sep 3 01:12:13 UTC 2021
On Friday, 3 September 2021 at 00:09:37 UTC, H. S. Teoh wrote:
> Would this satisfy everybody?
>
1/ make module the default. This is really the sensible behavior.
Changing imports really change the list of test that are run,
especially not recursively.
2/ the `-main` problem remains.
3/ it still isn't possible to run the unit tests of several
modules in one go by passing a list of modules to the compiler
(in the same way you can compile several modules in one go and
generate an object file for all of them at once).
More information about the Digitalmars-d
mailing list