|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/commandline/pargs.h"#include <cstddef>#include <cstdint>#include <filesystem>#include <string>#include <gtest/gtest.h>#include "gromacs/commandline/filenm.h"#include "gromacs/fileio/filetypes.h"#include "gromacs/fileio/oenv.h"#include "gromacs/math/vectypes.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/path.h"#include "gromacs/utility/real.h"#include "gromacs/utility/stringutil.h"#include "gromacs/utility/textwriter.h"#include "testutils/cmdlinetest.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"
Include dependency graph for pargs.cpp:Tests parse_common_args().
Currently, negative tests are not possible, because those trigger gmx_fatal() and terminate the whole test binary.
1.8.5