summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2018-03-27 09:55:18 -0400
committerGabriel Schulhof <gabriel.schulhof@intel.com>2018-04-04 13:12:19 -0400
commita972ed4d508e536fec96d4be20e3172bca1f6665 (patch)
treeed36fabd07f333c963c57f16cae2bd1d12c420fa /vcbuild.bat
parent3567ea034ea615b919c28cf79fbf1172a6cb8ce6 (diff)
downloadandroid-node-v8-a972ed4d508e536fec96d4be20e3172bca1f6665.tar.gz
android-node-v8-a972ed4d508e536fec96d4be20e3172bca1f6665.tar.bz2
android-node-v8-a972ed4d508e536fec96d4be20e3172bca1f6665.zip
build: allow vcbuild to merely build addon tests
RE: https://github.com/nodejs/build/issues/1097 PR-URL: https://github.com/nodejs/node/pull/19637 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 0129319034..7b902a59c9 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -72,6 +72,8 @@ if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set lint_js=1&goto arg-ok
if /i "%1"=="test-ci" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites%&set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap&goto arg-ok
+if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
+if /i "%1"=="build-addons-napi" set build_addons_napi=1&goto arg-ok
if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok
if /i "%1"=="test-addons-napi" set test_args=%test_args% addons-napi&set build_addons_napi=1&goto arg-ok
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok