Allow gmxapi Python package tests to be run from GROMACS build tree.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 26 Jul 2019 12:32:22 +0000 (15:32 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 8 Aug 2019 18:19:44 +0000 (20:19 +0200)
commit6ec0f1f1b1a32ec5e4958e0990046fc4365dc85b
treeea97989301b5485bd9488b88d18989f86dd15e1a
parent1abf9bda10005fde846faf88b78047208a25d8c2
Allow gmxapi Python package tests to be run from GROMACS build tree.

* Configure gmxapi._gmxapi to build with the ability to find libgmxapi.
* Add a gmxapi_pytest custom CMake target to invoke pytest.

Refs #2961
Refs #2756

Change-Id: I64ca82afbf37da3c37759ec302c2ac9cc1666de2
python_packaging/src/CMakeLists.txt
python_packaging/src/test/CMakeLists.txt [new file with mode: 0644]