2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.Data.OracleClient / run-tests.bat
blob046c9be683da92240fdd04c12cd30218421e3d4b
1 @echo off
2 REM ********************************************************
3 REM This batch call all the test batches with default parameters
4 REM ********************************************************
5 REM ********************************************************
6 REM This batch file receives the follwing parameters:
7 REM build/rebuild (optional): should the solution file be rebuilded 
8 REM                             or just builded before test run (default is rebuild)
9 REM ********************************************************
11 IF "%1"=="" (
12         set BUILD_OPTION=rebuild
13 ) ELSE (
14         set BUILD_OPTION=%1
16         
18 call run-tests.test.bat %BUILD_OPTION%