Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Lumiera unit test suite A simple test runner application.
The build system will link the individual shared libraries with the test code together with this translation unit into the executable target/test-suite
Definition in file testrunner.cpp.
Functions | |
int | main (int argc, const char *argv[]) |
run all tests or any single test specified in the first command line argument. More... | |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
run all tests or any single test specified in the first command line argument.
any | further exceptions raised outside of test cases |
any | library and external exceptions (not lumiera::Exception) |
Definition at line 47 of file testrunner.cpp.
References TestOption::getTestgroup(), TestOption::handleHelpRequest(), lumiera::ON_GLOBAL_INIT, lumiera::ON_GLOBAL_SHUTDOWN, and TestOption::shouldDescribe().