Gromacs
2019.3
|
#include "gmxpre.h"
#include "gromacs/tools/report-methods.h"
#include "gromacs/fileio/tpxio.h"
#include "gromacs/gmxpreprocess/grompp.h"
#include "gromacs/mdtypes/state.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"
Tests for functionality of the "report" tool to write system information.
Functions | |
std::string | gmx::test::anonymous_namespace{report-methods.cpp}::generateTprInput (TestFileManager *fileManager, const std::string &filename) |
Generates a tpr for the test. More... | |
void | gmx::test::anonymous_namespace{report-methods.cpp}::generateAndReadTprInput (const std::string &filename, gmx_mtop_t *mtop, t_inputrec *ir) |
Generates and reads a tpr for the test. More... | |