testutil: add the possibility to set the current test title
[openssl.git] / test / testutil.h
index 8e4481e41392325fc536bffa5a8ff3c07a468f67..d8acd7380f19a3341adf0971170aefe8bc759d56 100644 (file)
@@ -140,6 +140,7 @@ void add_test(const char *test_case_name, int (*test_fn) ());
 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
                    int subtest);
 __owur int run_tests(const char *test_prog_name);
+void set_test_title(const char *title);
 
 /*
  * Declarations for user defined functions