Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
testoptions.cpp File Reference
#include "gmxpre.h"
#include "testoptions.h"
#include <list>
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/mutex.h"
+ Include dependency graph for testoptions.cpp:

Description

Implements functions in testoptions.h.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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...