|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/commandline/cmdlineprogramcontext.h"#include "config.h"#include <filesystem>#include <memory>#include <string>#include <utility>#include <vector>#include <gtest/gtest.h>#include "gromacs/utility/classhelpers.h"#include "gromacs/utility/path.h"#include "testutils/cmdlinetest.h"#include "buildinfo.h"
Include dependency graph for cmdlineprogramcontext.cpp:Tests for gmx::CommandLineProgramContext.
Macros | |
| #define | EXECUTABLE_EXTENSION "" |
| Extension for executable files on the platform. | |
| #define | TEST_SYMLINKS |
| Defined if the platform supports symlinks and those can be tested. | |
Typedefs | |
|
typedef std::unique_ptr < TestExecutableEnvironment > | anonymous_namespace{cmdlineprogramcontext.cpp}::TestExecutableEnvironmentPointer |
| Shorthand for a smart pointer to TestExecutableEnvironment. | |
1.8.5