Skip to content

Commit

Permalink
squash: same logic for windows build
Browse files Browse the repository at this point in the history
Running .\vcbuild.bat test static should now only run the cctest target.
  • Loading branch information
danbev committed Aug 22, 2017
1 parent f1f1e88 commit c9ef989
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,10 @@ if "%config%"=="Debug" set test_args=--mode=debug %test_args%
if "%config%"=="Release" set test_args=--mode=release %test_args%
echo running 'cctest %cctest_args%'
"%config%\cctest" %cctest_args%
call :run-python tools\test.py %test_args%
goto test-v8

if not defined enable_static (
call :run-python tools\test.py %test_args%
goto test-v8
)
:test-v8
if not defined custom_v8_test goto cpplint
call tools/test-v8.bat
Expand Down

0 comments on commit c9ef989

Please sign in to comment.