summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-04 02:27:28 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-04 18:43:08 +0200
commit48a082a91b2f49834cf18df56d2e43be8ed75d11 (patch)
tree56d43117d3394bbd94b6f81a4c5159875c00befe /test
parentc5c3145b9a97158145892b645346f6fa6b7e679b (diff)
downloadqtlocation-mapboxgl-48a082a91b2f49834cf18df56d2e43be8ed75d11.tar.gz
[linux] Use OSMesa when running Node tests
Diffstat (limited to 'test')
-rw-r--r--test/util/offscreen_texture.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/offscreen_texture.test.cpp b/test/util/offscreen_texture.test.cpp
index 56972b9810..683a4e6095 100644
--- a/test/util/offscreen_texture.test.cpp
+++ b/test/util/offscreen_texture.test.cpp
@@ -1,9 +1,9 @@
#include <mbgl/test/util.hpp>
+#include <mbgl/gl/gl.hpp>
#include <mbgl/gl/context.hpp>
#include <mbgl/platform/default/headless_backend.hpp>
#include <mbgl/platform/default/offscreen_view.hpp>
-#include <mbgl/gl/gl.hpp>
#include <mbgl/util/offscreen_texture.hpp>