summaryrefslogtreecommitdiff
path: root/render-test/runner.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-17 20:13:45 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-21 16:10:45 +0300
commitb03982730e6c02dcc166a609bf4b8fd17b3cf01d (patch)
treec900a916364eb8c7275112869b6afede725c2132 /render-test/runner.hpp
parenteb3c203d4ed65a91b818c42876bf2f23784aa9c5 (diff)
downloadqtlocation-mapboxgl-b03982730e6c02dcc166a609bf4b8fd17b3cf01d.tar.gz
[test runner] Command line option for the tests expectations path
-e[expectationsPath], --expectationsPath=[expectationsPath] Test expectations path.
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r--render-test/runner.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp
index d8e5275f61..ea593bcc61 100644
--- a/render-test/runner.hpp
+++ b/render-test/runner.hpp
@@ -16,8 +16,6 @@ public:
/// Returns path of the render tests root directory.
static const std::string& getBasePath();
- /// Returns path of mapbox-gl-native expectations directory.
- static const std::vector<std::string>& getPlatformExpectationsPaths();
private:
bool runOperations(const std::string& key, TestMetadata&);