Consistent naming for gmxana tests
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 31 Mar 2017 14:54:34 +0000 (17:54 +0300)
committerAleksei Iupinov <a.yupinov@gmail.com>
Thu, 6 Apr 2017 13:04:06 +0000 (15:04 +0200)
commitaa7bd5950642357ed75db08538a00f280fca674a
tree5db1e1d4bfbac60d9a8936a5f26b36b7d19162e4
parent2962e3d0bb672230e0b3723977e557c3bf43a869
Consistent naming for gmxana tests

Move gmxana tests from legacytests/ to tests/ to make them conform with
the same approach as other tests.  Split the tests for different tools
to different test files, conforming to the name of the tool source file.
Some other minor cleanup.

Change-Id: I5df79ebe0fdb7a8fcc8057d54994ec64e531e2a4
14 files changed:
docs/doxygen/gmxtree.py
src/gromacs/gmxana/CMakeLists.txt
src/gromacs/gmxana/tests/CMakeLists.txt [moved from src/gromacs/gmxana/legacytests/CMakeLists.txt with 87% similarity]
src/gromacs/gmxana/tests/gmx_traj.cpp [new file with mode: 0644]
src/gromacs/gmxana/tests/gmx_trjconv.cpp [moved from src/gromacs/gmxana/legacytests/gmx_traj_tests.cpp with 69% similarity]
src/gromacs/gmxana/tests/spc2-traj.g96 [moved from src/gromacs/gmxana/legacytests/spc2-traj.g96 with 100% similarity]
src/gromacs/gmxana/tests/spc2-traj.gro [moved from src/gromacs/gmxana/legacytests/spc2-traj.gro with 100% similarity]
src/gromacs/gmxana/tests/spc2-traj.pdb [moved from src/gromacs/gmxana/legacytests/spc2-traj.pdb with 100% similarity]
src/gromacs/gmxana/tests/spc2-traj.tng [moved from src/gromacs/gmxana/legacytests/spc2-traj.tng with 100% similarity]
src/gromacs/gmxana/tests/spc2-traj.trr [moved from src/gromacs/gmxana/legacytests/spc2-traj.trr with 100% similarity]
src/gromacs/gmxana/tests/spc2-traj.xtc [moved from src/gromacs/gmxana/legacytests/spc2-traj.xtc with 100% similarity]
src/gromacs/gmxana/tests/spc2.gro [moved from src/gromacs/gmxana/legacytests/spc2.gro with 100% similarity]
src/gromacs/gmxana/tests/spc2.ndx [moved from src/gromacs/gmxana/legacytests/spc2.ndx with 100% similarity]
src/programs/mdrun/tests/rerun.cpp