summaryrefslogtreecommitdiffstats
path: root/test/testutil.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-11 19:12:48 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-11 20:40:23 +0200
commitb73c5e054a9211fb493b2733baa678c71750fe51 (patch)
treef0d226e83181786ee9acaf1c471b2c014ba6b642 /test/testutil.h
parent018fcbec38509cd03fb0709904a382c3bfcf5ed4 (diff)
testutil: add the possibility to set the current test title
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3445)
Diffstat (limited to 'test/testutil.h')
-rw-r--r--test/testutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testutil.h b/test/testutil.h
index 8e4481e413..d8acd7380f 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -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