Gromacs
2024.4
|
#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"
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.