openssl/test/testutil
Pauli a69de3f201 TAP line filter BIO.
This is an implementation of a BIO filter that produce TAP compatible output
for the test framework.  The current test indentation level is honoured.

The test output functions have been modified to not attempt to indent
their output and to not include the leading '#' character.

The filter is applied to bio_err only.  bio_out is left unchanged, although
tests using bio_out have been modified to use bio_err instead.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3732)
2017-06-22 09:35:08 +10:00
..
basic_output.c TAP line filter BIO. 2017-06-22 09:35:08 +10:00
cb.c TAP line filter BIO. 2017-06-22 09:35:08 +10:00
driver.c Add output routines to allow consistent formatting of memory, strings 2017-06-16 16:15:31 -04:00
format_output.c TAP line filter BIO. 2017-06-22 09:35:08 +10:00
main.c Refactor the test framework testutil 2017-04-24 18:09:01 +02:00
output.h testutil: Remove test_puts_std{out,err}, they are superfluous 2017-04-28 15:59:46 +02:00
output_helpers.c testutil: Add commodity printing functions test_printf_std{out,err} 2017-04-28 15:59:46 +02:00
stanza.c Use common STANZA for bn and exp tests 2017-06-05 13:41:30 -04:00
tap_bio.c TAP line filter BIO. 2017-06-22 09:35:08 +10:00
test_main.c testutil: Remove test_puts_std{out,err}, they are superfluous 2017-04-28 15:59:46 +02:00
tests.c TAP line filter BIO. 2017-06-22 09:35:08 +10:00
tu_local.h TAP line filter BIO. 2017-06-22 09:35:08 +10:00