diff options
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r-- | cmake/test-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index b2ddc2b36d..43bc1210fd 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -15,6 +15,7 @@ set(MBGL_TEST_FILES # api test/api/annotations.test.cpp test/api/api_misuse.test.cpp + test/api/custom_geometry_source.test.cpp test/api/custom_layer.test.cpp test/api/query.test.cpp test/api/recycle_map.cpp @@ -117,6 +118,7 @@ set(MBGL_TEST_FILES test/text/quads.test.cpp # tile + test/tile/custom_geometry_tile.test.cpp test/tile/geojson_tile.test.cpp test/tile/geometry_tile_data.test.cpp test/tile/raster_tile.test.cpp |