summaryrefslogtreecommitdiff
path: root/tests/version_tests/run_all_tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version_tests/run_all_tests.bat')
-rwxr-xr-xtests/version_tests/run_all_tests.bat24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/version_tests/run_all_tests.bat b/tests/version_tests/run_all_tests.bat
deleted file mode 100755
index f37597d5912..00000000000
--- a/tests/version_tests/run_all_tests.bat
+++ /dev/null
@@ -1,24 +0,0 @@
-cd "DLL Debug"
-call ..\..\run_tests.bat %*
-cd ..
-cd "DLL Release"
-call ..\..\run_tests.bat %*
-cd ..
-cd "DLL Unicode Debug"
-call ..\..\run_tests.bat %*
-cd ..
-cd "DLL Unicode Release"
-call ..\..\run_tests.bat %*
-cd ..
-cd "static Debug"
-call ..\..\run_tests.bat %*
-cd ..
-cd "static Release"
-call ..\..\run_tests.bat %*
-cd ..
-cd "static Unicode Debug"
-call ..\..\run_tests.bat %*
-cd ..
-cd "static Unicode Release"
-call ..\..\run_tests.bat %*
-cd ..