diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-03-13 12:58:09 +0200 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-03-14 17:27:59 +0200 |
commit | 96a53156c277a2fc03a83134da55d7c72a79a441 (patch) | |
tree | d3d39198e37a0e0f15196cbd1c35e802d50c32dd /cmake | |
parent | 78d6d07d57d8b2f9a5aa25f9f84cc18b6d3b90e6 (diff) | |
download | qtlocation-mapboxgl-96a53156c277a2fc03a83134da55d7c72a79a441.tar.gz |
[core] don’t query rendered features until all data is available
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 59929bbb70..873afa3d9f 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -101,6 +101,7 @@ set(MBGL_TEST_FILES test/text/quads.test.cpp # tile + test/tile/annotation_tile.test.cpp test/tile/geojson_tile.test.cpp test/tile/geometry_tile_data.test.cpp test/tile/raster_tile.test.cpp |