summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-21 00:53:25 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-08 13:07:12 +0200
commit08f03b1bbbf420ad866c08de250800bd793d3889 (patch)
tree746df1622697135575f432d619c8ad0dfd2902a8 /render-test/manifest_parser.hpp
parent502ddd3c8ab723664cc59957ce7190aafd2ee58f (diff)
downloadqtlocation-mapboxgl-08f03b1bbbf420ad866c08de250800bd793d3889.tar.gz
[render-test] Add cache database path to the manifest
A path relative to the manifest pointing at the data cache.
Diffstat (limited to 'render-test/manifest_parser.hpp')
-rw-r--r--render-test/manifest_parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp
index cf5644d316..55249896cb 100644
--- a/render-test/manifest_parser.hpp
+++ b/render-test/manifest_parser.hpp
@@ -20,6 +20,7 @@ public:
const std::string& getAssetPath() const;
const std::string& getManifestPath() const;
const std::string& getResultPath() const;
+ const std::string& getCachePath() const;
const std::set<std::string>& getProbes() const;
void doShuffle(uint32_t seed);
@@ -47,6 +48,7 @@ private:
std::string vendorPath;
std::string assetPath;
std::string resultPath;
+ std::string cachePath;
std::vector<std::pair<std::string, std::string>> ignores;
std::vector<TestPaths> testPaths;
std::set<std::string> probes;