* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Data.OracleClient / run-tests.bat
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
10 \r
11 IF "%1"=="" (\r
12         set BUILD_OPTION=rebuild\r
13 ) ELSE (\r
14         set BUILD_OPTION=%1\r
15 )\r
16         \r
17 \r
18 call run-tests.test.bat %BUILD_OPTION%\r
19 \r
20 \r