Gromacs
2025.1
|
#include "gmxpre.h"
#include "gromacs/tools/dump.h"
#include <filesystem>
#include <functional>
#include <memory>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/commandline/cmdlineoptionsmodule.h"
#include "gromacs/gmxpreprocess/grompp.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testfilemanager.h"
#include "testutils/tprfilegenerator.h"
Tests for functionality of the "dump" tool.