|
Gromacs
2026.0-dev-20251114-850eace
|
This graph shows which files directly or indirectly include this file: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... | |
1.8.5