echo off echo C:\gromacs-2016 - is a Gromacs directory echo Release - there is a Gromacs executable and tests echo build\tests\regressiontests-2016 - there is a regressiontests directory PAUSE ECHO ON SET GROBUILD=C:/gromacs-2016/build SET GROEXEC=%GROBUILD%/bin/Release SET PATH=%PATH%;%GROEXEC% cd %GROBUILD%/src/testutils/tests "%GROEXEC%/testutils-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/TestUtilsUnitTests.xml" cd %GROBUILD%/src/gromacs/gmxlib/tests "%GROEXEC%/gmxlib-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/GmxlibTests.xml" cd %GROBUILD%/src/gromacs/mdlib/tests "%GROEXEC%/mdlib-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/MdlibUnitTest.xml" cd %GROBUILD%/src/gromacs/commandline/tests "%GROEXEC%/commandline-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/CommandLineUnitTests.xml" cd %GROBUILD%/src/gromacs/fft/tests "%GROEXEC%/fft-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/FFTUnitTests.xml" cd %GROBUILD%/src/gromacs/math/tests "%GROEXEC%/math-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/MathUnitTests.xml" cd %GROBUILD%/src/gromacs/random/tests "%GROEXEC%/random-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/RandomUnitTests.xml" cd %GROBUILD%/src/gromacs/onlinehelp/tests "%GROEXEC%/onlinehelp-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/OnlineHelpUnitTests.xml" cd %GROBUILD%/src/gromacs/options/tests "%GROEXEC%/options-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/OptionsUnitTests.xml" cd %GROBUILD%/src/gromacs/utility/tests "%GROEXEC%/utility-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/UtilityUnitTests.xml" cd %GROBUILD%/src/gromacs/fileio/tests "%GROEXEC%/fileio-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/FileIOTests.xml" cd %GROBUILD%/src/gromacs/simd/tests "%GROEXEC%/simd-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/SimdUnitTests.xml" cd %GROBUILD%/src/gromacs/gmxana/legacytests "%GROEXEC%/legacy-tools-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/LegacyToolsTests.xml" cd %GROBUILD%/src/gromacs/gmxpreprocess/tests "%GROEXEC%/gmxpreprocess-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/GmxPreprocessTests.xml" cd %GROBUILD%/src/gromacs/correlationfunctions/tests "%GROEXEC%/correlations-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/CorrelationsTest.xml" cd %GROBUILD%/src/gromacs/analysisdata/tests "%GROEXEC%/analysisdata-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/AnalysisDataUnitTests.xml" cd %GROBUILD%/src/gromacs/selection/tests "%GROEXEC%/selection-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/SelectionUnitTests.xml" cd %GROBUILD%/src/gromacs/trajectoryanalysis/tests "%GROEXEC%/trajectoryanalysis-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/TrajectoryAnalysisUnitTests.xml" cd %GROBUILD%/src/programs/mdrun/tests "%GROEXEC%/mdrun-test.exe" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/MdrunTests.xml" cd %GROBUILD%/src/programs/mdrun/tests "%GROEXEC%/mdrun-mpi-test.exe" "-nt" "1" "--gtest_output=xml:%GROBUILD%/Testing/Temporary/MdrunMpiTests.xml" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "simple" "-crosscompile" "-noverbose" "-nosuffix" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "complex" "-crosscompile" "-noverbose" "-nosuffix" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "kernel" "-crosscompile" "-noverbose" "-nosuffix" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "freeenergy" "-crosscompile" "-noverbose" "-nosuffix" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "pdb2gmx" "-crosscompile" "-noverbose" "-nosuffix" cd %GROBUILD%\tests "perl.exe" "%GROBUILD%\tests\regressiontests-2016\gmxtest.pl" "rotation" "-crosscompile" "-noverbose" "-nosuffix"