Merge release-4-6 into master
[alexxy/gromacs.git] / tests / CMakeLists.txt
index edb5cf471b00f9473e36accca12c3b17aeac57cc..47f123b3d45199da7bb910f787e0dcd91a4c033e 100644 (file)
@@ -131,9 +131,9 @@ if(REGRESSIONTEST_PATH)
         set(PATH "$ENV{PATH}")
     endif()
 
-    foreach(FOLDER kernel tools gmxlib mdlib) #lib folders might be needed for
+    foreach(FOLDER bin lib) #lib folders might be needed for
         #e.g. DLLs. For GMX paths native ("\") is needed for GMXLIB detection
-        file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}/src/${FOLDER}" DIR)
+        file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}/${FOLDER}" DIR)
         set(PATH "${DIR}${PATH_SEPARATOR}${PATH}")
     endforeach()