Add messages for skipped tests in make check
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 5 Jan 2014 05:45:46 +0000 (07:45 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 9 Jan 2014 05:51:08 +0000 (06:51 +0100)
commit9e07c276d20f418949ada7a5c2f750a1d1e37ac3
tree4089443c9fcc75d7389ed6b6f1f580225e7f97c1
parent26dbdcc2c1a7dd34847aa5bcd3f3a5d87419711a
Add messages for skipped tests in make check

Make 'make check' print a message if unit tests and/or regression tests
are not run, and instruct the user how to change that.

While at it, clean up the test CMake setup slightly. Move some target
definitions into a different file or a different place to make the CMake
code easier to follow, and remove an unnecessary test for CMake version
now that we require 2.8.8.

It is difficult to produce such a message in 'make test', so hopefully
the higher-level message is sufficient.

Change-Id: I8283c88ffab1d797676ba83880690d465ac195ff
CMakeLists.txt
src/CMakeLists.txt
tests/CMakeLists.txt