summaryrefslogtreecommitdiff
path: root/tests/version_tests/run_all_tests.bat
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-11 15:10:34 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-11 15:10:34 +0000
commit23111468052a9f4ec607b9b10123f62004348216 (patch)
treef81e272d0159b645be87a876da75ae4911e4dfaa /tests/version_tests/run_all_tests.bat
parentd71e1419e3c009e237fec7a91e832be8fc0fe31a (diff)
downloadATCD-TAO-1_0_6.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_0_6'.TAO-1_0_6
Diffstat (limited to 'tests/version_tests/run_all_tests.bat')
-rwxr-xr-xtests/version_tests/run_all_tests.bat75
1 files changed, 0 insertions, 75 deletions
diff --git a/tests/version_tests/run_all_tests.bat b/tests/version_tests/run_all_tests.bat
deleted file mode 100755
index f322e7973d3..00000000000
--- a/tests/version_tests/run_all_tests.bat
+++ /dev/null
@@ -1,75 +0,0 @@
-@echo off
-
-: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 ..
-
-:done \ No newline at end of file