summaryrefslogtreecommitdiff
path: root/render-test/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/parser.hpp')
-rw-r--r--render-test/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/render-test/parser.hpp b/render-test/parser.hpp
index 3d79ac668a..b7b4e9201d 100644
--- a/render-test/parser.hpp
+++ b/render-test/parser.hpp
@@ -19,6 +19,7 @@ std::string serializeJsonValue(const mbgl::JSValue&);
std::string serializeMetrics(const TestMetrics&);
std::vector<std::string> readExpectedImageEntries(const mbgl::filesystem::path& base);
+std::vector<std::string> readExpectedMetricEntries(const mbgl::filesystem::path& base);
std::vector<std::string> readExpectedJSONEntries(const mbgl::filesystem::path& base);
TestMetrics readExpectedMetrics(const mbgl::filesystem::path& path);