Lines Matching defs:run
260 @rem VCINSTALLDIR may be set if run from a VS Command Prompt and needs to be
300 @rem VCINSTALLDIR may be set if run from a VS Command Prompt and needs to be
338 echo Try to run in a "Developer Command Prompt" or consult
348 if defined projgen goto run-configure
349 if not exist node.sln goto run-configure
350 if not exist .gyp_configure_stamp goto run-configure
354 if errorlevel 1 goto run-configure
361 :run-configure
599 if not defined doc goto run
602 goto run
612 :run
655 if not defined build_node_api_tests goto run-tests
658 goto run-tests
671 goto run-tests
673 :run-tests
699 if defined no_cctest echo Skipping cctest because no-cctest was specified && goto run-test-py
700 if not exist "%config%\cctest.exe" echo cctest.exe not found. Run "vcbuild test" or "vcbuild cctest" to build it. && goto run-test-py
704 :run-test-py
718 if defined NODEJS_MAKE goto run-make-lint
720 if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint
722 if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint
726 :run-make-lint