diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-04 02:27:28 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-04 18:43:08 +0200 |
commit | 48a082a91b2f49834cf18df56d2e43be8ed75d11 (patch) | |
tree | 56d43117d3394bbd94b6f81a4c5159875c00befe /test | |
parent | c5c3145b9a97158145892b645346f6fa6b7e679b (diff) | |
download | qtlocation-mapboxgl-48a082a91b2f49834cf18df56d2e43be8ed75d11.tar.gz |
[linux] Use OSMesa when running Node tests
Diffstat (limited to 'test')
-rw-r--r-- | test/util/offscreen_texture.test.cpp | 2 |
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> |