Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-tests.bat « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c46d5e31784c1beb2e8f98074f146a782d1ac25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
REM ********************************************************
REM This batch file receives the follwing parameters:
REM build/rebuild (optional): should the solution file be rebuilded 
REM                             or just builded before test run (default is rebuild)
REM example run-tests build 
REM will cause to build (and not rebuild) test solutions,
REM ********************************************************

call run-W3C-tests.bat rebuild
call run-XSLT-tests.bat rebuild
call run-tests.api.bat rebuild