Gromacs
2018.7
|
Functions for accessing test command-line options.
Functions in this header allow accessing command-line options passed to the test executable from tests. This can be used to, e.g., enable additional output for debugging purposes.
Classes | |
class | gmx::test::TestOptionsProvider |
Provides additional options for the test executable. More... | |
Macros | |
#define | GMX_TEST_OPTIONS(name, options) |
Macro to add additional command-line options for the test binary. More... | |
Functions | |
void | gmx::test::registerTestOptions (const char *name, TestOptionsProvider *provider) |
Registers a test option provider with the test framework. More... | |
void | gmx::test::initTestOptions (IOptionsContainer *options) |
Initializes the options from all registered test providers. More... | |