summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-09 10:41:27 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-09 17:26:13 +0200
commitd36958997b7db19d9d5e9ec8e5ea06210a598502 (patch)
treefde1d3e0c244233cb1cea5bb278c8238a48cda4b /next
parentb6b077d73aa63160b0860fd24e144f80f428ff1d (diff)
downloadqtlocation-mapboxgl-d36958997b7db19d9d5e9ec8e5ea06210a598502.tar.gz
[core] Add unit test for getAnchors and remove unused field
Diffstat (limited to 'next')
-rw-r--r--next/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/test/CMakeLists.txt b/next/test/CMakeLists.txt
index 363e52c95d..278595ab51 100644
--- a/next/test/CMakeLists.txt
+++ b/next/test/CMakeLists.txt
@@ -66,6 +66,7 @@ add_library(
${MBGL_ROOT}/test/text/bidi.test.cpp
${MBGL_ROOT}/test/text/cross_tile_symbol_index.test.cpp
${MBGL_ROOT}/test/text/formatted.test.cpp
+ ${MBGL_ROOT}/test/text/get_anchors.test.cpp
${MBGL_ROOT}/test/text/glyph_manager.test.cpp
${MBGL_ROOT}/test/text/glyph_pbf.test.cpp
${MBGL_ROOT}/test/text/language_tag.test.cpp