summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-09 15:23:12 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-09 17:26:13 +0200
commit89665326c2251608ac2f3408f73b781a23fb1ba5 (patch)
tree0d17ccea6e047343d347340b159fdb6b48d3910d /next
parentd36958997b7db19d9d5e9ec8e5ea06210a598502 (diff)
downloadqtlocation-mapboxgl-89665326c2251608ac2f3408f73b781a23fb1ba5.tar.gz
[core] Add unit test for calculateTileDistances
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 278595ab51..8a2e34fe9a 100644
--- a/next/test/CMakeLists.txt
+++ b/next/test/CMakeLists.txt
@@ -64,6 +64,7 @@ add_library(
${MBGL_ROOT}/test/style/style_layer.test.cpp
${MBGL_ROOT}/test/style/style_parser.test.cpp
${MBGL_ROOT}/test/text/bidi.test.cpp
+ ${MBGL_ROOT}/test/text/calculate_tile_distances.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