mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Test addition
This commit is contained in:
parent
4f11ba31ac
commit
2c8b14ebed
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue