mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added Linq to automated tests
This commit is contained in:
parent
1312272184
commit
7c6c2f20e6
7 changed files with 3676 additions and 0 deletions
|
@ -15,6 +15,8 @@ CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p
|
|||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests\BeefLinq -test
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||
|
||||
@ECHO Testing IDEHelper\Tests (Win32)
|
||||
CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue