summaryrefslogtreecommitdiff
path: root/windows/run_tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/run_tests.bat')
-rw-r--r--windows/run_tests.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/windows/run_tests.bat b/windows/run_tests.bat
index 7209a64..9e9c5e4 100644
--- a/windows/run_tests.bat
+++ b/windows/run_tests.bat
@@ -4,13 +4,6 @@ if [%PLATFORM%]==[] set PLATFORM=x86
if [%PREFERREDTOOLARCHITECTURE%]==[x64] set PLATFORM=x64
set PLATFORM=%PLATFORM:X=x%
-rem if exist build_msvc12_%PLATFORM%\tests (cd build_msvc12_%PLATFORM%\tests) else (
-rem if exist ..\build_%PLATFORM%\tests (cd ..\build_msvc12_%PLATFORM%\tests) else (
-rem echo unable to find test dir
-rem exit /b 1
-rem )
-rem )
-
for /f %%T in (testlist.txt) do (
set test=%%T
set output=test: !test!....................................................................