From f3294200c6c866e5ab031ad8346c59a76aa37249 Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Tue, 23 Jan 2018 10:49:23 -0800 Subject: [core] add raster-dem source type and hillshade layer type (#10642) --- cmake/test-files.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmake/test-files.cmake') diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 381c609719..73f1546308 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -21,6 +21,9 @@ set(MBGL_TEST_FILES test/api/recycle_map.cpp test/api/zoom_history.cpp + # geometry + test/geometry/dem_data.test.cpp + # gl test/gl/bucket.test.cpp test/gl/context.test.cpp @@ -123,6 +126,7 @@ set(MBGL_TEST_FILES test/tile/custom_geometry_tile.test.cpp test/tile/geojson_tile.test.cpp test/tile/geometry_tile_data.test.cpp + test/tile/raster_dem_tile.test.cpp test/tile/raster_tile.test.cpp test/tile/tile_coordinate.test.cpp test/tile/tile_id.test.cpp -- cgit v1.2.1