runTestsMainHelper

Runs all tests in passed-in modules. Modules can be symbols or strings but they can't mix and match - either all symbols or all strings. It's recommended to use strings since then the modules don't have to be imported first. This wrapper is necessary to allow us to reference an extern-C symbol that would otherwise be mismangled, by importing it as a default parameter.

mixin template runTestsMainHelper (
alias rt_moduleDtor = rt_moduleDtor
) {}

Members

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta