summaryrefslogtreecommitdiff
path: root/render-test/runner.hpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-05 18:17:03 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-09 17:53:34 +0200
commita9ba572118fdf862a5bbf3f536d66de3a23c4dd3 (patch)
tree0c15367788d948c7c26e6de54fe9b57bcd47f169 /render-test/runner.hpp
parent3d0001642ba2d6290252f05592d54fd928f56b63 (diff)
downloadqtlocation-mapboxgl-a9ba572118fdf862a5bbf3f536d66de3a23c4dd3.tar.gz
[test-runner] Add rebaseline flag
Rebaseline flag allows to update or create new metric, in cases when metric check is failed or expected metric is missing.
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r--render-test/runner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp
index 5214f203d8..b64c588e70 100644
--- a/render-test/runner.hpp
+++ b/render-test/runner.hpp
@@ -14,7 +14,7 @@ struct TestMetadata;
class TestRunner {
public:
- enum class UpdateResults { NO, DEFAULT, PLATFORM, METRICS };
+ enum class UpdateResults { NO, DEFAULT, PLATFORM, METRICS, REBASELINE };
TestRunner(Manifest, UpdateResults);
bool run(TestMetadata&);
void reset();