runTestsMixin

Runs all tests in passed-in modules. Modules can be symbols or strings. Generates a main function and substitutes the default D runtime unittest runner. This mixin should be used instead of runTests if Phobos is linked as a shared library.

mixin template runTestsMixin (
Modules...
) if (
Modules.length > 0
) {}

Members

Functions

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

Meta