Don't build tests until they are run
authorRoland Schulz <roland@utk.edu>
Thu, 7 Aug 2014 23:04:12 +0000 (19:04 -0400)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 17 Aug 2014 09:43:38 +0000 (11:43 +0200)
commit51fc276f2d6b5427324488b00a8c360ab0fe1a88
tree067d937ae53cf858872d18a19afbab337c9b8aa1
parent660199b14adac6a28adb0a3a7d21d1f88e62c99e
Don't build tests until they are run

There is no advantage to normal users, to build the tests until the
user decides to run them. Also avoids that the user thinks that
Gromacs doesn't compile on his platform if there is only a problem
with the testing framework.

Added a GMX_DEVELOPER_BUILD option which restores the old behavior.

Change-Id: Ifda2184eb45bf58b8798f21a29aea19bef57c690
CMakeLists.txt
install-guide/install-guide.md
src/CMakeLists.txt
src/external/gmock-1.7.0/CMakeLists.txt
src/gromacs/trajectoryanalysis/tests/CMakeLists.txt
src/testutils/CMakeLists.txt
src/testutils/TestMacros.cmake