summaryrefslogtreecommitdiff
path: root/tests/version_tests
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-22 06:18:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-22 06:18:22 +0000
commitc142e2176c11a7ec23f9ae2c81f74a072feeb7bf (patch)
tree40d629dd1f19ac41e335a18056c3f7c4ae1d6d22 /tests/version_tests
parent63ac3764de39fbce1de3fb2be2ef66ac7fa09b74 (diff)
downloadATCD-c142e2176c11a7ec23f9ae2c81f74a072feeb7bf.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/version_tests')
-rwxr-xr-xtests/version_tests/run_all_tests.bat24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/version_tests/run_all_tests.bat b/tests/version_tests/run_all_tests.bat
index fb403fd3718..f322e7973d3 100755
--- a/tests/version_tests/run_all_tests.bat
+++ b/tests/version_tests/run_all_tests.bat
@@ -2,48 +2,72 @@
:dd
if not exist "DLL Debug" goto dr
+echo.
+echo ** DLL Debug **
+echo.
cd "DLL Debug"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:dr
if not exist "DLL Release" goto dud
+echo.
+echo ** DLL Release **
+echo.
cd "DLL Release"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:dud
if not exist "DLL Unicode Debug" goto dur
+echo.
+echo ** DLL Unicode Debug **
+echo.
cd "DLL Unicode Debug"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:dur
if not exist "DLL Unicode Release" goto sd
+echo.
+echo ** DLL Unicode Release **
+echo.
cd "DLL Unicode Release"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:sd
if not exist "static Debug" goto sr
+echo.
+echo ** static Debug **
+echo.
cd "static Debug"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:sr
if not exist "static Release" goto sud
+echo.
+echo ** static Release **
+echo.
cd "static Release"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:sud
if not exist "static Unicode Debug" goto sur
+echo.
+echo ** static Unicode Debug **
+echo.
cd "static Unicode Debug"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
:sur
if not exist "static Unicode Release" goto done
+echo.
+echo ** static Unicode Release **
+echo.
cd "static Unicode Release"
call ..\..\run_tests.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..