diff options
author | Ansis Brammanis <ansis@mapbox.com> | 2017-11-15 11:44:42 -0500 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-11-17 10:05:15 -0800 |
commit | d69c1c4806038fec756672d80cef7691c5280c6a (patch) | |
tree | b2532bcd0daeed33d4882f2deade08a0810a09db /cmake | |
parent | c39232a89f1feb18454d88f2908f5cbef306b065 (diff) | |
download | qtlocation-mapboxgl-d69c1c4806038fec756672d80cef7691c5280c6a.tar.gz |
[core] Add unit test for CrossTileSymbolIndex
Diffstat (limited to '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 |