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
12 set BUILD_OPTION=rebuild
\r
17 set OUTPUT_FILE_PREFIX=MonoTests.System.DirectoryServices
\r
18 set RUNNING_FIXTURE=MonoTests.System.Configuration
\r
20 call run-tests.test.bat %BUILD_OPTION% %SECURE_MODE% %OUTPUT_FILE_PREFIX% %RUNNING_FIXTURE%
\r