|
Gromacs
2025.3
|
#include "gmxpre.h"#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/options/basicoptions.h"#include "gromacs/options/options.h"#include "gromacs/utility/exceptions.h"#include "testutils/testasserts.h"
Include dependency graph for option.cpp:Tests creation of basic option types.
Most of the tests for the basic options are in optionsassigner.cpp. This file only tests behavior that should fail in initialization.
1.8.5