Add sample_restraint Python tests to `check` target.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Tue, 13 Aug 2019 12:06:59 +0000 (15:06 +0300)
committerEric Irrgang <ericirrgang@gmail.com>
Tue, 27 Aug 2019 17:28:19 +0000 (19:28 +0200)
commit20342b44881785dbe04a3344a5512b58928de4d6
tree9742a56df23e4edc6405a672133c698a18cb3e7e
parentefa13a69f0eed8aec47d7136433ad297a1482138
Add sample_restraint Python tests to `check` target.

When building as part of the GROMACS project (not as a standalone
project), add a CMake testing target to invoke pytest for the
sample_restraint package. Include this target in the GROMACS project
`check` target. Make some minor CMake infrastructure changes to help
the sample_restraint tests find the gmxapi Python package.

Change-Id: I753951c1bb5f5a9c6caa20d4d632eba214895a1f
python_packaging/sample_restraint/CMakeLists.txt
python_packaging/sample_restraint/tests/CMakeGROMACS.txt [new file with mode: 0644]
python_packaging/sample_restraint/tests/CMakeLists.txt
python_packaging/src/CMakeLists.txt