aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/JSONPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/JSONPrinter.h')
-rw-r--r--tests/framework/printers/JSONPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/printers/JSONPrinter.h b/tests/framework/printers/JSONPrinter.h
index a2811ea41b..3b783ac64f 100644
--- a/tests/framework/printers/JSONPrinter.h
+++ b/tests/framework/printers/JSONPrinter.h
@@ -52,6 +52,7 @@ public:
void print_error(const std::exception &error, bool expected) override;
void print_info(const std::string &info) override;
void print_measurements(const Profiler::MeasurementsMap &measurements) override;
+ void print_list_tests(const std::vector<TestInfo> &infos) override;
private:
void print_separator(bool &flag);