Lines Matching defs:cctest
71 set cctest=
81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
102 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_NATIVE_SUITES% %CI_DOC%&set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1&set cctest_args=%cctest_args% --gtest_output=xml:cctest.junit.xml&goto arg-ok
150 if /i "%1"=="no-cctest" set no_cctest=1&goto arg-ok
151 if /i "%1"=="cctest" set cctest=1&goto arg-ok
176 set cctest=1
388 if defined cctest set target="Build"
390 if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
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
701 echo running 'cctest %cctest_args%'
702 "%config%\cctest" %cctest_args%
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
792 echo vcbuild.bat no-cctest : skip building cctest.exe