Gromacs  2025-dev-20240913-b871546
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
gmx::test::anonymous_namespace{outputfiles.cpp} Namespace Reference

Typedefs

using OutputFilesTestParams = std::tuple< std::string, std::string >
 Test fixture base for presence of output files. More...
 

Typedef Documentation

using gmx::test::anonymous_namespace{outputfiles.cpp}::OutputFilesTestParams = typedef std::tuple<std::string, std::string>

Test fixture base for presence of output files.

This test checks that some expected output files are actually written in a very simple mdrun call. Currently, it tests for the presence of full precision trajectory (.trr), log file (.log), energy trajectory (.edr), final configuration (.gro) and checkpoint file (.cpt).

The test only checks whether the files are existing, it does not check their contents.