]> git.ipfire.org Git - thirdparty/openssl.git/commit
endecode_test: Add file and line arguments to test callbacks
authorJon Spillett <jon.spillett@oracle.com>
Tue, 16 Mar 2021 05:40:01 +0000 (15:40 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Mar 2021 07:46:04 +0000 (08:46 +0100)
commit6511f686c2c56d3ed68477981c1a3821bdc2e565
treefda2c31a12e6c78617597cc65f7e015aee661b9e
parente72dbd8e13cbf5a16faaa6c911af5507593dd836
endecode_test: Add file and line arguments to test callbacks

To improve debug information in case of test failures source
file and line arguments are added to test callbacks.

Fixes #14331

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14567)
test/endecode_test.c