From 31be5d3c3a51976ed5db51fc7b59fd994b09b611 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 4 Oct 2016 13:48:59 -0700 Subject: [core] Tiles that error on load are not renderable --- cmake/test-files.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmake/test-files.cmake') diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index e98e993fe8..814936d786 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -61,9 +61,9 @@ set(MBGL_TEST_FILES # storage test/storage/asset_file_source.test.cpp test/storage/default_file_source.test.cpp - test/storage/local_file_source.test.cpp test/storage/headers.test.cpp test/storage/http_file_source.test.cpp + test/storage/local_file_source.test.cpp test/storage/offline.test.cpp test/storage/offline_database.test.cpp test/storage/offline_download.test.cpp @@ -88,7 +88,9 @@ set(MBGL_TEST_FILES # tile test/tile/geometry_tile_data.test.cpp + test/tile/raster_tile.test.cpp test/tile/tile_id.test.cpp + test/tile/vector_tile.test.cpp # util test/util/async_task.test.cpp -- cgit v1.2.1