Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/options/filenameoption.h"
#include <gtest/gtest.h>
#include "gromacs/fileio/filetypes.h"
#include "gromacs/options/options.h"
#include "gromacs/options/optionsassigner.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
Tests basic file name option implementation.