summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-04 02:27:28 +0200
committerJesse Bounds <jesse@rebounds.net>2016-11-13 16:10:36 -0800
commit610f43cfd2ab02a57dc771074374cc10789933e8 (patch)
treee0b1c61c99a4bb255c240b9e62559461cb41c680 /test
parent1b2379509742d4bc5e77ee78df0d66e1ff7077cd (diff)
downloadqtlocation-mapboxgl-610f43cfd2ab02a57dc771074374cc10789933e8.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 bd4eab69a8..4aded07b2f 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>