Browse Source

Test addition

Brian Fiete 4 years ago
parent
commit
2c8b14ebed
1 changed files with 6 additions and 2 deletions
  1. 6 2
      bin/test_ide.bat

+ 6 - 2
bin/test_ide.bat

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