Searched defs:test_args (Results 1 – 11 of 11) sorted by relevance
39 set test_args= variable95 if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set li… variable96 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap … variable97 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap %… variable101 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok variable102 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md… variable103 if /i "%1"=="test-js-native-api" set test_args=%test_args% js-native-api&set build_js_native_api_… variable104 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto ar… variable105 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok variable106 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok variable[all …]
2 if "%config%"=="Debug" set test_args=%target_arch%.debug variable3 if "%config%"=="Release" set test_args=%target_arch%.release variable
25 def test_args(t, *args, **kwargs): function
13 def test_args(self): member in ResourceTest
46 def test_args(self): member in GeneralTest
215 def test_args(self): member in TestReversed
564 def test_args(self): member in Tuple_TestCase
573 def test_args(self): member in LiteralTests
76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
1540 test_args = options.testargs variable1542 test_args = ' ' + test_args variable
843 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument