Gromacs
2024.3
|
#include "gmxpre.h"
#include "gromacs/commandline/cmdlineprogramcontext.h"
#include "config.h"
#include <filesystem>
#include <memory>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/path.h"
#include "testutils/cmdlinetest.h"
#include "buildinfo.h"
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. | |