|
Gromacs
2025.3
|
#include "gmxpre.h"#include "testutils/conftest.h"#include <cstdio>#include <cstdlib>#include <string>#include <gtest/gtest.h>#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/stringutil.h"#include "gromacs/utility/textreader.h"#include "gromacs/utility/textstream.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"#include "testutils/textblockmatchers.h"
Include dependency graph for conftest.cpp:Implements routine to check the content of conf files.
Functions | |
| void | gmx::test::checkConfFile (TextInputStream *input, TestReferenceChecker *checker, const ConfMatchSettings &settings) |
| Adds content of a gro file to TestReferenceChecker object. More... | |
1.8.5