Gromacs  2021-sycl
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::test::TestOptionsProvider Class Referenceabstract

#include <testutils/testoptions.h>

Description

Provides additional options for the test executable.

Typically not used directly in test code, but through the GMX_TEST_OPTIONS macro.

Public Member Functions

virtual void initOptions (IOptionsContainer *options)=0
 Initializes the options from this provider. More...
 

Member Function Documentation

virtual void gmx::test::TestOptionsProvider::initOptions ( IOptionsContainer options)
pure virtual

Initializes the options from this provider.

Parameters
optionsThe options need to be added here.

The documentation for this class was generated from the following file: