just use the following in your dist.ini file:
[CompileTests]
skip = Test$
the skip parameter is interpreted as a regex, matched against the module name (not the file name of the module). in this example, all modules with a name ending with Test will not be tested for compilation.
No comments:
Post a Comment