Named unittests

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 16:35:11 PDT 2015


On 03/31/2015 11:01 PM, Atila Neves wrote:
> This is true, but importing modules by name can be code that is
> generated. Which is exactly what I do with dtest [1] and unit-threaded
> [2]. It's not that big of a deal when it's part of the build system.

Dub does it as well (dub test), because if you don't import a module, it
might not get linked too.


More information about the Digitalmars-d mailing list