Gromacs
2024.3
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/pairdist.h"
#include <gtest/gtest.h>
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
#include "moduletest.h"
Tests for functionality of the "pairdist" trajectory analysis module.
These tests test the basic functionality of the tool itself, but currently the following are missing:
Typedefs | |
typedef gmx::test::TrajectoryAnalysisModuleTestFixture < gmx::analysismodules::PairDistanceInfo > | anonymous_namespace{pairdist.cpp}::PairDistanceModuleTest |
Test fixture for the select analysis module. | |