diff options
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r-- | cmake/test-files.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index f291650238..b2ddc2b36d 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -22,8 +22,8 @@ set(MBGL_TEST_FILES # gl test/gl/bucket.test.cpp - test/gl/object.test.cpp test/gl/context.test.cpp + test/gl/object.test.cpp # include/mbgl test/include/mbgl/test.hpp @@ -111,6 +111,7 @@ set(MBGL_TEST_FILES test/style/style_parser.test.cpp # text + test/text/cross_tile_symbol_index.test.cpp test/text/glyph_loader.test.cpp test/text/glyph_pbf.test.cpp test/text/quads.test.cpp |