|
@@ -11,13 +11,13 @@ md stats
|
|
|
|
|
|
|
|
|
@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
|
|
|
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
|
|
|
|
|
@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
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
|
|
|