Skip to content

Commit 651af59

Browse files
refackaddaleax
authored andcommitted
build: add async-hooks testing to vcbuild.bat
PR-URL: #13381 Reviewed-By: Andreas Madsen <[email protected]>
1 parent 3d9bc01 commit 651af59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vcbuild.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set enable_static=
4444
set build_addons_napi=
4545
set test_node_inspect=
4646
set test_check_deopts=
47-
set js_test_suites=inspector known_issues message parallel sequential
47+
set js_test_suites=async-hooks inspector known_issues message parallel sequential
4848
set "common_test_suites=%js_test_suites% doctool addons addons-napi&set build_addons=1&set build_addons_napi=1"
4949

5050
:next-arg
@@ -79,6 +79,7 @@ if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto
7979
if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok
8080
if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok
8181
if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok
82+
if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok
8283
if /i "%1"=="test-all" set test_args=%test_args% gc internet pummel %common_test_suites%&set build_testgc_addon=1&set cpplint=1&set jslint=1&goto arg-ok
8384
if /i "%1"=="test-node-inspect" set test_node_inspect=1&goto arg-ok
8485
if /i "%1"=="test-check-deopts" set test_check_deopts=1&goto arg-ok
@@ -494,7 +495,7 @@ echo Failed to create vc project files.
494495
goto exit
495496

496497
:help
497-
echo vcbuild.bat [debug/release] [msi] [test/test-ci/test-all/test-uv/test-inspector/test-internet/test-pummel/test-simple/test-message] [clean] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [sign] [x86/x64] [vs2015/vs2017] [download-all] [enable-vtune] [lint/lint-ci] [no-NODE-OPTIONS]
498+
echo vcbuild.bat [debug/release] [msi] [test/test-ci/test-all/test-uv/test-inspector/test-internet/test-pummel/test-simple/test-message/test-async-hooks] [clean] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [sign] [x86/x64] [vs2015/vs2017] [download-all] [enable-vtune] [lint/lint-ci] [no-NODE-OPTIONS]
498499
echo Examples:
499500
echo vcbuild.bat : builds release build
500501
echo vcbuild.bat debug : builds debug build

0 commit comments

Comments
 (0)