1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Test addition

This commit is contained in:
Brian Fiete 2020-10-24 15:56:59 -07:00
parent 4f11ba31ac
commit 2c8b14ebed

View file

@ -11,8 +11,12 @@ SETLOCAL EnableDelayedExpansion
PUSHD %~dp0..\
@ECHO Testing IDEHelper\Tests\Test.txt in BeefIDE_d
%~dp0\RunAndWait %~dp0..\IDE\dist\BeefIDE_d.exe -platform=Win32 -proddir=%~dp0..\IDEHelper\Tests%TESTPATH% -test=scripts\Test.txt
@ECHO Testing IDEHelper\Tests\PlatformChange.txt in BeefIDE_d
%~dp0\RunAndWait %~dp0..\IDE\dist\BeefIDE_d.exe -platform=Win32 -proddir=%~dp0..\IDEHelper\Tests%TESTPATH% -test=scripts\PlatformChange.txt
@IF !ERRORLEVEL! NEQ 0 GOTO:EOF
@ECHO Testing IDEHelper\Tests\Reify.txt in BeefIDE_d
%~dp0\RunAndWait %~dp0..\IDE\dist\BeefIDE_d.exe -proddir=%~dp0..\IDEHelper\Tests%TESTPATH% -test=scripts\Reify.txt
@IF !ERRORLEVEL! NEQ 0 GOTO:EOF
@SET TESTPATH=IDE\Tests\CompileFail001