mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 08:45:59 +02:00
Fixed test script
This commit is contained in:
parent
5c3d0021b1
commit
1338eec75d
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ md stats
|
||||||
|
|
||||||
|
|
||||||
@ECHO Testing IDEHelper\Tests
|
@ECHO Testing IDEHelper\Tests
|
||||||
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=%cd%\ /v:m
|
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x64
|
||||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
|
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
|
||||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
|
|
||||||
@ECHO Testing IDEHelper\Tests (Win32)
|
@ECHO Testing IDEHelper\Tests (Win32)
|
||||||
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86 /p:SolutionDir=%cd%\ /v:m
|
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86
|
||||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
|
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
|
||||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue