openssl/test/testutil
Richard Levitte 6ee1ae3293 TEST: Modify testutil's run_tests to display NOSUBTEST cases individually
When test cases were added with ADD_ALL_TESTS_NOSUBTEST(), all those
iteration verdicts were summarized as if it was one single case.  This
modification gets each iteration verdict displayed separately instead.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14498)
2021-04-18 10:10:23 +02:00
..
apps_mem.c apps: fix warning about size_t / int conversion 2021-04-09 16:20:47 +02:00
basic_output.c Update copyright year 2020-06-25 14:13:12 +01:00
cb.c
driver.c TEST: Modify testutil's run_tests to display NOSUBTEST cases individually 2021-04-18 10:10:23 +02:00
fake_random.c test: add utility function to set the fake random callback on both the public and private instances 2021-03-02 13:23:17 +10:00
format_output.c Fix instances of pointer addition with the NULL pointer 2020-11-30 10:37:14 +00:00
load.c TEST: move cert, key, and CSR loading aux functions to new testutil/load.c 2021-01-13 09:09:36 +01:00
main.c
options.c Amend references to "OpenSSL license" 2020-04-29 15:27:22 +02:00
output.c test cleanup: move helper .c and .h files to test/helpers/ 2020-12-01 07:49:38 +01:00
output.h Update copyright year 2020-06-25 14:13:12 +01:00
provider.c Use adapted test_get_libctx() for simpler test setup and better error reporting 2020-12-10 11:01:26 +01:00
random.c
stanza.c
test_cleanup.c
test_options.c Update copyright year 2020-05-15 14:09:49 +01:00
tests.c Update copyright year 2020-08-06 13:22:30 +01:00
testutil_init.c Update copyright year 2020-04-23 13:55:52 +01:00
tu_local.h