1
0
Fork 0
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:
Brian Fiete 2019-12-21 05:30:22 -08:00
parent 79149d6a7c
commit fbb06862b3
3 changed files with 58 additions and 0 deletions

View file

@ -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