aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/Printer.h')
-rw-r--r--tests/framework/printers/Printer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/framework/printers/Printer.h b/tests/framework/printers/Printer.h
index c2a44240ba..cb0aa1e4c2 100644
--- a/tests/framework/printers/Printer.h
+++ b/tests/framework/printers/Printer.h
@@ -102,6 +102,11 @@ public:
/** Print footer after errors. */
virtual void print_errors_footer() = 0;
+ /** Print the list of all the tests
+ *
+ * @param[in] infos List of tests to print
+ */
+ virtual void print_list_tests(const std::vector<TestInfo> &infos) = 0;
/** Print test error.
*
* @param[in] error Description of the error.