Helper class for command-line utility tests.
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 7 May 2012 06:55:12 +0000 (09:55 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 7 May 2012 07:37:59 +0000 (10:37 +0300)
commit877265a28e2020a0dcd32d802e813dbd6b2c09f1
tree21060f2d5c43b2fd0942d4528e0e9d955acd7e39
parent4db1c85a4793d9e39e742354eaef0897e574aad4
Helper class for command-line utility tests.

Split functionality for converting const char * arrays into
(argc, argv) from CommandLineParserTest into a separate utility class.
Allows using the functionality in other unit tests as well.

Change-Id: I2034c497799811b1d8ed7907e8ed9395bbb0363d
src/gromacs/commandline/tests/CMakeLists.txt
src/gromacs/commandline/tests/cmdlineparser.cpp
src/gromacs/commandline/tests/cmdlinetest.cpp [new file with mode: 0644]
src/gromacs/commandline/tests/cmdlinetest.h [new file with mode: 0644]