Lines Matching +full:github +full:- +full:token
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
61 To report a bug please open an issue on GitHub, at
62 <https://github.com/openssl/openssl/issues>.
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
80 first token in the list, the current set of tests is first
82 this token equivalent to TESTS="alltests -xxx".
87 -nn Removes the test group 'nn' from the current set of tests.
88 If this is the first token in the list, the current set of
90 effectively making this token equivalent to
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
134 -------------------------
153 ------------------------------