From: Roland Schulz Date: Tue, 12 Nov 2013 21:42:31 +0000 (-0500) Subject: Added rotation to the tests run by ctest X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=fd07526b965f2418e89e3aba24426fed9d26d705;p=alexxy%2Fgromacs.git Added rotation to the tests run by ctest Was forgotten when the rotation tests were added and thus they weren't run by Jenkins Change-Id: I27fc51b1314e6377d1e866a8ba4658700cc71cfa --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bfff897320..078807afa1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -152,7 +152,7 @@ if(REGRESSIONTEST_PATH) endif() #currently not testing tools because they don't contain any useful tests - foreach(subtest simple complex kernel freeenergy pdb2gmx) + foreach(subtest simple complex kernel freeenergy pdb2gmx rotation) add_test(NAME regressiontests/${subtest} #windows requires the command to be perl and not the script COMMAND perl "${REGRESSIONTEST_PATH}/gmxtest.pl" ${subtest} ${ARGS})