|
Gromacs
2026.1
|
#include "gmxpre.h"#include "testutils/testoptions.h"#include <list>#include <memory>#include <mutex>#include "gromacs/utility/classhelpers.h"
Include dependency graph for testoptions.cpp:Implements functions in testoptions.h.
Classes | |
| class | gmx::test::anonymous_namespace{testoptions.cpp}::TestOptionsRegistry |
| Singleton registry for test options added with GMX_TEST_OPTIONS. 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