summaryrefslogtreecommitdiff
path: root/test/src/mbgl/test/util.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-10 12:36:53 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-17 01:01:15 +0100
commit50f0f919c38a905b8b169fcbd3e77c03bf48d17b (patch)
treee5b798dcca7afabf89f80c9c4810861c22db13e5 /test/src/mbgl/test/util.hpp
parent5479b75c9fa971332aadfede6b380267eebbd566 (diff)
downloadqtlocation-mapboxgl-50f0f919c38a905b8b169fcbd3e77c03bf48d17b.tar.gz
[test] Use shared headless display
Prevents some OpenGL implementations from bailing out.
Diffstat (limited to 'test/src/mbgl/test/util.hpp')
-rw-r--r--test/src/mbgl/test/util.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index b8ecf175aa..8445822699 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -46,6 +46,7 @@
#include <mbgl/util/chrono.hpp>
#include <cstdint>
+#include <memory>
#include <gtest/gtest.h>
@@ -53,6 +54,7 @@ namespace mbgl {
class Map;
class OffscreenView;
+class HeadlessDisplay;
namespace test {
@@ -65,6 +67,8 @@ private:
int fd = -1;
};
+std::shared_ptr<HeadlessDisplay> sharedDisplay();
+
PremultipliedImage render(Map&, OffscreenView&);
void checkImage(const std::string& base,