diff options
Diffstat (limited to 'test/map/map.test.cpp')
-rw-r--r-- | test/map/map.test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp index 42edaedf22..fd831a05b7 100644 --- a/test/map/map.test.cpp +++ b/test/map/map.test.cpp @@ -610,6 +610,10 @@ TEST(Map, AddLayer) { } TEST(Map, WithoutVAOExtension) { + if (gfx::Backend::GetType() != gfx::Backend::Type::OpenGL) { + return; + } + MapTest<DefaultFileSource> test { ":memory:", "test/fixtures/api/assets" }; gfx::BackendScope scope { *test.frontend.getBackend() }; |