Added rotation to the tests run by ctest
authorRoland Schulz <roland@utk.edu>
Tue, 12 Nov 2013 21:42:31 +0000 (16:42 -0500)
committerRoland Schulz <roland@utk.edu>
Tue, 12 Nov 2013 21:42:31 +0000 (16:42 -0500)
Was forgotten when the rotation tests were added and thus
they weren't run by Jenkins

Change-Id: I27fc51b1314e6377d1e866a8ba4658700cc71cfa

tests/CMakeLists.txt

index bfff897320c17834d86130455197d17f1f21f5f2..078807afa1fbc9e1e9b3348e77d7e4c89c21a489 100644 (file)
@@ -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})