Lines Matching +full:- +full:- +full:parallel
17 -------------
30 Verbosity on failed (sub-)tests only
35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
54 $ make list-tests # Unix
55 $ mms list-tests ! OpenVMS
56 $ nmake list-tests # Windows
68 ----------------------
75 tests (as listed when you do 'make list-tests' or similar).
79 -xxx Removes 'xxx' from the current set of tests. If this is the
82 this token equivalent to TESTS="alltests -xxx".
87 -nn Removes the test group 'nn' from the current set of tests.
91 TESTS="alltests -xxx".
101 $ make TESTS='-test_fuzz*' test
105 $ make TESTS='alltests -test_fuzz*' test
110 $ make TESTS='test_ssl* -test_ssl_*' test
118 $ make TESTS='-99' test
122 $ make TESTS='[89]? -90' test
131 $ ./util/wrap.sh test/bntest -stochastic
133 Running Tests in Parallel
134 -------------------------
138 parallel may speed up test execution.
141 parallel.
144 which test recipes can be run in parallel. In recent versions of Perl, unless
145 specified otherwise, any task can be run in parallel. Consult the documentation
148 To run up to four tests in parallel at any given time:
153 ------------------------------