From fd07526b965f2418e89e3aba24426fed9d26d705 Mon Sep 17 00:00:00 2001 From: Roland Schulz Date: Tue, 12 Nov 2013 16:42:31 -0500 Subject: [PATCH] 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 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.22.0