summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-11 19:13:49 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-11 20:40:23 +0200
commit46fcbf77bc6f2a287cb7266c58c204aa3960e456 (patch)
treedcb528a3a0d4cb619a3102d0e39880f0900b0f48 /test/evp_test.c
parentb73c5e054a9211fb493b2733baa678c71750fe51 (diff)
evp_test: use the test file name as the test title
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3445)
Diffstat (limited to 'test/evp_test.c')
-rw-r--r--test/evp_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/evp_test.c b/test/evp_test.c
index 8a52699463..685db4eebb 100644
--- a/test/evp_test.c
+++ b/test/evp_test.c
@@ -2077,6 +2077,7 @@ static int do_test_file(const char *testfile)
char buf[10240];
EVP_TEST t;
+ set_test_title(testfile);
current_test_file = testfile;
if (!TEST_ptr(in = BIO_new_file(testfile, "rb")))
return 0;