Bug fix: Constraints tests are not instantiated with CUDA
commitbdb0828896c55b1428ffde02c6c26f44f5602a39
authorArtem Zhmurov <zhmurov@gmail.com>
Thu, 16 May 2019 08:06:06 +0000 (16 10:06 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 18 Jun 2019 01:04:27 +0000 (18 03:04 +0200)
tree1a4c2513ac1204311c5f509ff57c7ec429188431
parent1f5d3a3b1fd2bfe9c6b85d95de89ace2f0cf3aa5
Bug fix: Constraints tests are not instantiated with CUDA

If the tests initialization macros is called with ValuesIn
function, the container provided should be filled. In the
current version, it is filled in the test SetUp function,
after the macros is processed. As a result, the empty
container is used in instantiation and no test are run.
Only CUDA-enabled builds are affected.

Change-Id: Ia2f38c9908d4b7d4277d282c01781b278eeeead0
src/gromacs/mdlib/tests/constr.cpp