Add test data for gmxapi.
commit24e70bfafdf52da9b55477239c7b776471583083
authorM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 23 Aug 2018 17:30:14 +0000 (23 20:30 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 3 Oct 2018 10:07:25 +0000 (3 12:07 +0200)
tree5abcea375b0aa3768038375988fbd5d3cbfcaf04
parentf4d9072f1008c25c13a08f8ae71366eea8eb22c7
Add test data for gmxapi.

Build input file for a small system for basic gmxapi testing.

These test files either come from the mdrun tests or from manipulation
of that data. With access to test data and API tools to manipulate
input configurations, these files can be moved or removed.

Relates to gmxapi milestone 20 as described in issue #2585

Change-Id: I0eeb1d15120d3eb5309ec38c57e4e6f60097885a
src/api/cpp/tests/CMakeLists.txt
src/api/cpp/tests/data/spc-and-methanol.gro [new file with mode: 0644]
src/api/cpp/tests/data/spc-and-methanol.mdp [new file with mode: 0644]
src/api/cpp/tests/data/spc-and-methanol.ndx [new file with mode: 0644]
src/api/cpp/tests/data/spc-and-methanol.top [new file with mode: 0644]
src/api/cpp/tests/testingconfiguration.h [new file with mode: 0644]
src/api/cpp/tests/testingconfiguration.in.cpp [new file with mode: 0644]