Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/gmxpreprocess/pdb2gmx.h"
#include "gromacs/fileio/filetypes.h"
#include "gromacs/utility/futil.h"
#include "gromacs/utility/textreader.h"
#include "testutils/cmdlinetest.h"
#include "testutils/conftest.h"
#include "testutils/filematchers.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
Tests for pdb2gmx.
Typedefs | |
using | gmx::test::anonymous_namespace{pdb2gmx.cpp}::CommandLineOptionParams = std::tuple< std::string, std::string, std::string, std::string, std::string, std::string, int > |
Test parameter struct. | |
Variables | |
std::vector< std::string > | gmx::test::anonymous_namespace{pdb2gmx.cpp}::c_regexStringsToSkip |
Strings containing regular expressions for lines to skip when matching. More... | |
FilteringExactTextMatch | gmx::test::anonymous_namespace{pdb2gmx.cpp}::c_textMatcher (c_regexStringsToSkip) |
Compiled regular expressions for lines to skip when matching. | |