diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-10-31 15:30:10 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-11-01 17:45:37 +0200 |
commit | 0ef7b7154f6d4498077a83db5c486c61bc34938c (patch) | |
tree | 15b6b23770bfce35d5bde19a2741ea09b778bbae /cmake | |
parent | 68ab4f6cec316769fa600e4b69b09500d582eb4d (diff) | |
download | qtlocation-mapboxgl-0ef7b7154f6d4498077a83db5c486c61bc34938c.tar.gz |
[test] Added GLContextMode.Shared utest
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 1aee6223b3..3f11e75e07 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -23,6 +23,7 @@ set(MBGL_TEST_FILES # gl test/gl/bucket.test.cpp test/gl/object.test.cpp + test/gl/context.test.cpp # include/mbgl test/include/mbgl/test.hpp |