mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-13 19:53:52 +02:00
Interop fixes and tests, fixing xplat struct passing issues
This commit is contained in:
parent
4cf6af53bd
commit
5da74382d4
31 changed files with 1569 additions and 239 deletions
|
@ -9,11 +9,15 @@ md stats
|
|||
|
||||
@REM GOTO RANDO
|
||||
|
||||
|
||||
@ECHO Testing IDEHelper\Tests
|
||||
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=%cd%\ /v:m
|
||||
@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
|
||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue