Gromacs
2025.1
|
#include "gmxpre.h"
#include "testutils/tprfilegenerator.h"
#include <filesystem>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/gmxpreprocess/grompp.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testfilemanager.h"
Implements helper for generating reusuable TPR files for tests within the same test binary.