Gromacs
2026.0-dev-20250623-2b0916a
|
#include "gmxpre.h"
#include "gromacs/commandline/cmdlineparser.h"
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/options.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
Tests gmx::CommandLineParser.
These tests exercise a large fraction of the code, so they may catch errors in other parts than just in command-line parsing.