Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/commandline/cmdlineparser.h"
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/options.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.