summaryrefslogtreecommitdiff
path: root/render-test/runner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r--render-test/runner.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp
index d278d90ec4..7076cdfd78 100644
--- a/render-test/runner.hpp
+++ b/render-test/runner.hpp
@@ -26,6 +26,8 @@ protected:
virtual ~TestContext() = default;
};
+using TestOperation = std::function<bool(TestContext&)>;
+
class TestRunner {
public:
enum class UpdateResults { NO, DEFAULT, PLATFORM, METRICS, REBASELINE };