|
Gromacs
2026.0
|
#include "gmxpre.h"#include "gromacs/tools/report_methods.h"#include <filesystem>#include <functional>#include <memory>#include <string>#include <gtest/gtest.h>#include "gromacs/commandline/cmdlineoptionsmodule.h"#include "gromacs/fileio/tpxio.h"#include "gromacs/gmxpreprocess/grompp.h"#include "gromacs/mdtypes/inputrec.h"#include "gromacs/mdtypes/state.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/stringstream.h"#include "gromacs/utility/textwriter.h"#include "testutils/cmdlinetest.h"#include "testutils/refdata.h"#include "testutils/testfilemanager.h"#include "testutils/textblockmatchers.h"#include "testutils/tprfilegenerator.h"
Include dependency graph for report_methods.cpp:Tests for functionality of the "report" tool to write system information.
Functions | |
| static void | gmx::test::readTprInput (const TprAndFileManager *tprHandle, gmx_mtop_t *mtop, t_inputrec *ir) |
| Reads a tpr for the test. More... | |
1.8.5