Added rotation to the tests run by ctest
[alexxy/gromacs.git] / 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})