diff options
author | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-10-11 15:16:48 -0700 |
---|---|---|
committer | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-10-11 16:51:27 -0700 |
commit | fa81ebc2bff3db41c1d12d0be16ea835a666c030 (patch) | |
tree | 87ee50fdb9d642486b06930b7671df58cca8a87e /cmake | |
parent | f381388b1c6bd10deffbc8b83bb9b37c21dda90c (diff) | |
download | qtlocation-mapboxgl-fa81ebc2bff3db41c1d12d0be16ea835a666c030.tar.gz |
[core] Tests for CustomVectorSource and CustomTile
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 39b619a6ac..8d3e8bd346 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -89,7 +89,6 @@ set(MBGL_TEST_FILES test/style/conversion/stringify.test.cpp # style - test/style/custom_vector_source.test.cpp test/style/filter.test.cpp # style/function @@ -114,6 +113,7 @@ set(MBGL_TEST_FILES # tile test/tile/annotation_tile.test.cpp + test/tile/custom_tile.test.cpp test/tile/geojson_tile.test.cpp test/tile/geometry_tile_data.test.cpp test/tile/raster_tile.test.cpp |