Parallel execution of unittests

Johannes Pfau via Digitalmars-d digitalmars-d at puremagic.com
Thu May 1 01:51:07 PDT 2014


Am Wed, 30 Apr 2014 22:19:24 +0200
schrieb Jacob Carlborg <doob at me.com>:

> __traits(getUnitTests) 

I've always wondered, but never asked: Doesn't __traits(getUnitTests)
usage suffer from the same problem std.benchmark had?

That in order to make it work for all modules you
a) have to explicitly mention every module
b) use module constructors, leading to module constructor dependency
   hell (afaik the main reason we don't have a std.benchmark now)
?


More information about the Digitalmars-d mailing list