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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/render-test/parser.hpp b/render-test/parser.hpp
index f15d33985d..1985b9cffc 100644
--- a/render-test/parser.hpp
+++ b/render-test/parser.hpp
@@ -24,10 +24,11 @@ std::vector<std::string> readExpectedJSONEntries(const mbgl::filesystem::path& b
TestMetrics readExpectedMetrics(const mbgl::filesystem::path& path);
const std::string getTestPath(const std::string& rootTestPath);
+const mbgl::filesystem::path getValidPath(const std::string& basePath, const std::string& subPath);
ArgumentsTuple parseArguments(int argc, char** argv);
-std::vector<std::pair<std::string, std::string>> parseIgnores(const std::string& rootPath,
- const std::string& ignorePath);
+std::vector<std::pair<std::string, std::string>> parseIgnores(const std::string& testRootPath,
+ const std::string& ignoresPath);
TestMetadata parseTestMetadata(const TestPaths& paths, const std::string& testRootPath);