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