Gromacs
2025.1
|
#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"
Tests parse_common_args().
Currently, negative tests are not possible, because those trigger gmx_fatal() and terminate the whole test binary.