Run regressiontests from build
authorRoland Schulz <roland@utk.edu>
Sat, 22 Dec 2012 21:47:50 +0000 (16:47 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 17 Jan 2013 17:42:21 +0000 (18:42 +0100)
commit2b626bd595540a7d25b4b3eef719b131c3b0c565
treed956215e21a6045cd8ab27512e2c9a6093eff469
parent46bc0def055dc0b69ce2d15b12ee0f6baf21c4f0
Run regressiontests from build

If either REGRESSIONTEST_PATH or REGRESSIONTEST_DOWNLOAD is set,
the regressiontests are run as ctests. The later option auto-
downloads the regressiontest repo.

The "check" target builds and runs tests in one step.
The "gmxtests" target builds tests.
If neither variable is set by the user, the commit doesn't change
the prior behavior (no messsages). Running the new target "check"
without either variable set, prints a warnings.

This commit also removes the prior pseudo test of running
"mdrun -h".

Change-Id: I103648f8a87891727a70775b19449fc269002a1c
CMakeLists.txt
tests/CMakeLists.txt