summaryrefslogtreecommitdiff
path: root/cmake/test-files.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r--cmake/test-files.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index 598e018224..32ee236994 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -23,6 +23,7 @@ set(MBGL_TEST_FILES
test/geometry/binpack.test.cpp
# gl
+ test/gl/bucket.test.cpp
test/gl/object.test.cpp
# include/mbgl
@@ -71,11 +72,14 @@ set(MBGL_TEST_FILES
test/storage/resource.test.cpp
# style/conversion
+ test/style/conversion/function.test.cpp
test/style/conversion/geojson_options.test.cpp
+ test/style/conversion/stringify.test.cpp
# style
test/style/filter.test.cpp
test/style/functions.test.cpp
+ test/style/group_by_layout.test.cpp
test/style/source.test.cpp
test/style/style.test.cpp
test/style/style_layer.test.cpp
@@ -87,6 +91,7 @@ set(MBGL_TEST_FILES
test/text/quads.test.cpp
# tile
+ test/tile/geojson_tile.test.cpp
test/tile/geometry_tile_data.test.cpp
test/tile/raster_tile.test.cpp
test/tile/tile_coordinate.test.cpp
@@ -111,5 +116,6 @@ set(MBGL_TEST_FILES
test/util/tile_cover.test.cpp
test/util/timer.test.cpp
test/util/token.test.cpp
+ test/util/url.test.cpp
test/util/work_queue.test.cpp
)