Fix dependencies for regression test custom target
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 13 May 2015 11:41:04 +0000 (14:41 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 20 May 2015 10:40:54 +0000 (12:40 +0200)
commitcbd598bc1707c906d82ca685e5ce1b1071e37d26
tree21bbb37dc197c5439c965f9a1e3480c4aab8d3cb
parent125bb863956da2ddaa463c70c122d86da9f9e420
Fix dependencies for regression test custom target

The gmx binary is a prerequisite for running the regression tests
through ctest; this happens in the internal 'run-ctest' target, not in
the top-level 'check' target.  Fix the dependency.

Fixes #1736.

Change-Id: Ie18aeeb9d8b3619e1d1890848c02e6a523266653
tests/CMakeLists.txt