Change the file structure in constraints tests
commitfd43bc146114a15140d573f01a34375fcc87c0f1
authorArtem Zhmurov <zhmurov@gmail.com>
Fri, 26 Jul 2019 09:17:34 +0000 (26 11:17 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 31 Jul 2019 12:19:48 +0000 (31 14:19 +0200)
tree725d4e80c7e611b6bcbc7ab81713eccf0e16069c
parent3c14bc8b77584e99bb3c4c1d23b9495199aa8632
Change the file structure in constraints tests

To avoid the confusion with the private implementation (PImpl)
classes, _impl suffix is abandoned, the constraining instances
are now called runners. The class that stores all the data
structures is now in separate file.

Change-Id: Ibbff52da578db5e0b001b5802b44e0917f46f70b
src/gromacs/mdlib/tests/CMakeLists.txt
src/gromacs/mdlib/tests/constr.cpp
src/gromacs/mdlib/tests/constrtestdata.cpp [new file with mode: 0644]
src/gromacs/mdlib/tests/constrtestdata.h [moved from src/gromacs/mdlib/tests/constr_impl.h with 90% similarity]
src/gromacs/mdlib/tests/constrtestrunners.cpp [moved from src/gromacs/mdlib/tests/constr_impl.cpp with 99% similarity]
src/gromacs/mdlib/tests/constrtestrunners.cu [moved from src/gromacs/mdlib/tests/constr_impl.cu with 96% similarity]
src/gromacs/mdlib/tests/constrtestrunners.h [new file with mode: 0644]