run-tests.bat 502 B

1234567891011
  1. @echo off
  2. REM ********************************************************
  3. REM This batch file receives the follwing parameters:
  4. REM build/rebuild (optional): should the solution file be rebuilded
  5. REM or just builded before test run (default is rebuild)
  6. REM example run-tests build
  7. REM will cause to build (and not rebuild) test solutions,
  8. REM ********************************************************
  9. call run-W3C-tests.bat rebuild
  10. call run-XSLT-tests.bat rebuild