mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
8d242823ed
PR#6975 added the ability to our test framework to have common options to all tests. For example providing the option "-test 5" to one of our test programs will just run test number 5. This can be useful when debugging tests. Unforuntately this does not work well for a number of tests. In particular those tests that call test_get_argument() without first skipping over these common test options will not get the expected value. Some tests did this correctly but a large number did not. A helper function is introduced, test_skip_common_options(), to make this easier for those tests which do not have their own specialised test option handling, but yet still need to call test_get_argument(). This function call is then added to all those tests that need it. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10975) |
||
---|---|---|
.. | ||
apps_mem.c | ||
basic_output.c | ||
cb.c | ||
driver.c | ||
format_output.c | ||
main.c | ||
options.c | ||
output_helpers.c | ||
output.h | ||
random.c | ||
stanza.c | ||
tap_bio.c | ||
test_cleanup.c | ||
test_options.c | ||
tests.c | ||
testutil_init.c | ||
tu_local.h |