Rework GMXAPI tests
commit590260fa91b622bc742da392b744ea28ff34a7fe
authorPaul Bauer <paul.bauer.q@gmail.com>
Thu, 4 Oct 2018 09:52:48 +0000 (4 11:52 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 15 Nov 2018 15:56:36 +0000 (15 16:56 +0100)
tree5773094bd4cacb9aebc8c8d8b5c3aa6229d464cd
parent225a39a55d771947b27c82faeb01358576a420ca
Rework GMXAPI tests

Changed the tests to use a test fixture and only generate the tpr files
during the actual tests.

Fixes #2664

Change-Id: Ic8a0c1c5eed2189abb9006cb45097d1acd41d175
18 files changed:
src/api/cpp/CMakeLists.txt
src/api/cpp/tests/CMakeLists.txt
src/api/cpp/tests/restraint.cpp
src/api/cpp/tests/runner.cpp
src/api/cpp/tests/status.cpp
src/api/cpp/tests/stopsignaler.cpp
src/api/cpp/tests/system.cpp
src/api/cpp/tests/testingconfiguration.h [new file with mode: 0644]
src/api/cpp/tests/version.cpp
src/api/cpp/testsupport/CMakeLists.txt [deleted file]
src/api/cpp/testsupport/data/spc-and-methanol.mdp.in [deleted file]
src/api/cpp/testsupport/testingconfiguration.h [deleted file]
src/api/cpp/testsupport/testingconfiguration.in.cpp [deleted file]
src/api/cpp/workflow/tests/CMakeLists.txt
src/api/cpp/workflow/tests/workflow.cpp
src/testutils/simulationdatabase/spc-and-methanol.gro [moved from src/api/cpp/testsupport/data/spc-and-methanol.gro with 100% similarity]
src/testutils/simulationdatabase/spc-and-methanol.ndx [moved from src/api/cpp/testsupport/data/spc-and-methanol.ndx with 100% similarity]
src/testutils/simulationdatabase/spc-and-methanol.top [moved from src/api/cpp/testsupport/data/spc-and-methanol.top with 100% similarity]