Gromacs
2026.0-dev-20250113-1a1a8db
|
#include "gmxpre.h"
#include "gromacs/options/filenameoptionmanager.h"
#include <filesystem>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/fileio/filetypes.h"
#include "gromacs/options/filenameoption.h"
#include "gromacs/options/optionfiletype.h"
#include "gromacs/options/options.h"
#include "gromacs/options/optionsassigner.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
#include "testutils/testfileredirector.h"
Tests file name option implementation dependent on gmx::FileNameOptionManager.