External lib unittests: they're killin me!
Steven Schveighoffer
schveiguy at yahoo.com
Wed May 22 17:21:59 PDT 2013
On Wed, 22 May 2013 13:06:46 -0400, Timothee Cour
<thelastmammoth at gmail.com> wrote:
> it's only module level granularity.
The compiler needs to help to fix this, as far as I know, it simply lumps
all the unit tests into one function, but I don't remember if that's still
true.
But I think we need at *least* one more important feature (one that Walter
had agreed should be done when we discussed it at dconf):
http://d.puremagic.com/issues/show_bug.cgi?id=10023
Then you could mark unit tests with @attributes, and annotate how they
should be run by the runtime.
-Steve
More information about the Digitalmars-d
mailing list