mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Updated tests to fix some Win32 issues
This commit is contained in:
parent
79149d6a7c
commit
fbb06862b3
3 changed files with 58 additions and 0 deletions
|
@ -13,6 +13,10 @@ md stats
|
|||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
|
||||
@ECHO Testing IDEHelper\Tests (Win32)
|
||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
|
||||
@ECHO Testing SysMSVCRT
|
||||
del IDE\Tests\SysMSVCRT\build\Debug_Win64\SysMSVCRT\SysMSVCRT.exe
|
||||
IDE\dist\BeefBuild_d -proddir=IDE\Tests\SysMSVCRT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue