Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / admin / GerritBuild.bat
index 6cd95bb362b14a1c409b534a962ac8926bfe8b0e..f603724726900c7a756afc12a570bec5c1791ded 100644 (file)
@@ -3,6 +3,4 @@ REM Run Windows SDK SetEnv script
 SetEnv && ^
 cmake -G "Visual Studio 10 Win64" -D GMX_DOUBLE=%GMX_DOUBLE% -D GMX_MPI=%GMX_MPI% -D GMX_OPENMP=%GMX_OPENMP% -DGMX_DEFAULT_SUFFIX=off -DCMAKE_BUILD_TYPE=Debug . && ^
 msbuild All_Build.vcxproj && ^
-REM currently the test one example test doesn't work on Windows
-REM ctest -D ExperimentalTest -V
-
+ctest -D ExperimentalTest -C Debug -V