Gromacs
2024.4
|
#include "gmxpre.h"
#include "testutils/xvgtest.h"
#include <cerrno>
#include <cstdlib>
#include <vector>
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
#include "gromacs/utility/textstream.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
Implements routine to check the content of xvg files.
Functions | |
bool | gmx::test::anonymous_namespace{xvgtest.cpp}::isRelevantXvgCommand (const std::string &line) |
Helper function to identify which @ lines in xvg files should be tested. | |
void | gmx::test::anonymous_namespace{xvgtest.cpp}::checkXvgDataPoint (TestReferenceChecker *checker, const std::string &value) |
Helper function to check a single xvg value in a sequence. | |
void | gmx::test::checkXvgFile (TextInputStream *input, TestReferenceChecker *checker, const XvgMatchSettings &settings) |
Adds content of xvg file to TestReferenceChecker object. More... | |