Gromacs
2020.4
|
#include "gmxpre.h"
#include "testoptions.h"
#include <list>
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/mutex.h"
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... | |