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.
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.