Sha256: 72285c29876d6bae6c7e190a923814dc4e3dcd13b7fcff318a45c7c36b7c6e6a
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
@echo off ::Project UppercuT - http://uppercut.googlecode.com ::No edits to this file are required - http://uppercut.pbwiki.com if '%2' NEQ '' goto usage if '%3' NEQ '' goto usage if '%1' == '/?' goto usage if '%1' == '-?' goto usage if '%1' == '?' goto usage if '%1' == '/help' goto usage SET DIR=%cd% SET BUILD_DIR=%~d0%~p0% SET NANT="%BUILD_DIR%lib\Nant\nant.exe" SET build.config.settings="%DIR%\settings\UppercuT.config" %NANT% /f:%BUILD_DIR%build\compile.step -D:build.config.settings=%build.config.settings% if %ERRORLEVEL% NEQ 0 goto errors %NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:%BUILD_DIR%build\analyzers\test.step %1 -D:build.config.settings=%build.config.settings% %NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:%BUILD_DIR%build\analyzers\test.step open_results -D:build.config.settings=%build.config.settings% if %ERRORLEVEL% NEQ 0 goto errors goto finish :usage echo. echo Usage: test.bat echo Usage: test.bat all - to run all tests echo. goto finish :errors EXIT /B %ERRORLEVEL% :finish
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uppercutbuild-1.4.2.0 | lib/test.bat |
uppercutbuild-1.4.1.0 | lib/test.bat |