Gromacs
2018.8
|
#include "gmxpre.h"
#include "gromacs/commandline/pargs.h"
#include <string>
#include <gtest/gtest.h>
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/path.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.