Separate topology handling in selection tests.
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 26 Apr 2013 12:16:18 +0000 (15:16 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 17 Jun 2013 15:15:37 +0000 (17:15 +0200)
commitd199b6677d988cd9f97b9de2cba0b29bdb9da316
tree14a217b5410727304a474153cec0e4b2a15db9c7
parentfc2e366ce927dec412f999caa0b7cb0e7a27b03e
Separate topology handling in selection tests.

Split common functionality for handling test topologies in selection
unit tests into a separate files (toputils.*).  This commit does not yet
add a lot of reusable code, but subsequent commits will (and they will
also introduce more files that use this functionality).

Part of #651.

Change-Id: Idda0099ba166014c9d6c36e0d8ba212e5fa8e940
src/gromacs/selection/tests/CMakeLists.txt
src/gromacs/selection/tests/selectioncollection.cpp
src/gromacs/selection/tests/selectionoption.cpp
src/gromacs/selection/tests/toputils.cpp [new file with mode: 0644]
src/gromacs/selection/tests/toputils.h [new file with mode: 0644]