Lines Matching defs:test_args
39 set test_args= variable
95 if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set li… variable
96 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap … variable
97 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap %… variable
101 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok variable
102 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md… variable
103 if /i "%1"=="test-js-native-api" set test_args=%test_args% js-native-api&set build_js_native_api_… variable
104 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto ar… variable
105 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok variable
106 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok variable
107 if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok variable
108 if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto arg-ok variable
109 if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok variable
110 if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok variable
111 if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok variable
112 if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok variable
113 if /i "%1"=="test-all" set test_args=%test_args% gc internet pummel %common_test_suites%&set l… variable
137 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok variable
661 if "%config%"=="Debug" set test_args=--mode=debug %test_args% variable
662 if "%config%"=="Release" set test_args=--mode=release %test_args% variable