Browse Source

Fixed test script

Brian Fiete 5 years ago
parent
commit
1338eec75d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/test_build.bat

+ 2 - 2
bin/test_build.bat

@@ -11,13 +11,13 @@ md stats
 
 
 
 
 @ECHO Testing IDEHelper\Tests
 @ECHO Testing IDEHelper\Tests
-CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=%cd%\ /v:m
+CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x64
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
 IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
 IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
 
 
 @ECHO Testing IDEHelper\Tests (Win32)
 @ECHO Testing IDEHelper\Tests (Win32)
-CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86 /p:SolutionDir=%cd%\ /v:m
+CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86
 IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
 IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR