Commit 46fcbf77 authored by Richard Levitte's avatar Richard Levitte
Browse files

evp_test: use the test file name as the test title

parent b73c5e05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;