@@ -40,7 +40,7 @@ set enable_vtune_arg=
40
40
set configure_flags =
41
41
set build_addons =
42
42
set dll =
43
- set build_addons_abi =
43
+ set build_addons_napi =
44
44
set test_node_inspect =
45
45
46
46
:next-arg
@@ -60,10 +60,10 @@ if /i "%1"=="nosnapshot" set nosnapshot=1&goto arg-ok
60
60
if /i " %1 " == " noetw" set noetw = 1& goto arg-ok
61
61
if /i " %1 " == " noperfctr" set noperfctr = 1& goto arg-ok
62
62
if /i " %1 " == " licensertf" set licensertf = 1& goto arg-ok
63
- if /i " %1 " == " test" set test_args = %test_args% addons addons-napi doctool known_issues message parallel sequential -J& set cpplint=1& set jslint=1& set build_addons=1& set build_addons_abi =1& goto arg-ok
64
- if /i " %1 " == " test-ci" set test_args = %test_args% %test_ci_args% -p tap --logfile test.tap addons addons-napi doctool inspector known_issues message sequential parallel& set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap& set build_addons=1& set build_addons_abi =1& goto arg-ok
63
+ if /i " %1 " == " test" set test_args = %test_args% addons addons-napi doctool known_issues message parallel sequential -J& set cpplint=1& set jslint=1& set build_addons=1& set build_addons_napi =1& goto arg-ok
64
+ if /i " %1 " == " test-ci" set test_args = %test_args% %test_ci_args% -p tap --logfile test.tap addons addons-napi doctool inspector known_issues message sequential parallel& set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap& set build_addons=1& set build_addons_napi =1& goto arg-ok
65
65
if /i " %1 " == " test-addons" set test_args = %test_args% addons& set build_addons=1& goto arg-ok
66
- if /i " %1 " == " test-addons-napi" set test_args = %test_args% addons-napi& set build_addons_abi =1& goto arg-ok
66
+ if /i " %1 " == " test-addons-napi" set test_args = %test_args% addons-napi& set build_addons_napi =1& goto arg-ok
67
67
if /i " %1 " == " test-simple" set test_args = %test_args% sequential parallel -J& goto arg-ok
68
68
if /i " %1 " == " test-message" set test_args = %test_args% message& goto arg-ok
69
69
if /i " %1 " == " test-gc" set test_args = %test_args% gc& set build_testgc_addon=1& goto arg-ok
@@ -337,7 +337,7 @@ for /d %%F in (test\addons\*) do (
337
337
)
338
338
339
339
:build-addons-napi
340
- if not defined build_addons_abi goto run-tests
340
+ if not defined build_addons_napi goto run-tests
341
341
if not exist " %node_exe% " (
342
342
echo Failed to find node.exe
343
343
goto run-tests
0 commit comments