diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-10-04 13:48:59 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-10-05 10:26:04 -0700 |
commit | 31be5d3c3a51976ed5db51fc7b59fd994b09b611 (patch) | |
tree | a82eea517c3debf873ab5ca4a3bf3fce889f6f34 /cmake | |
parent | 3b72c288adbb9aa689047fbb277b98ab7be6ec75 (diff) | |
download | qtlocation-mapboxgl-31be5d3c3a51976ed5db51fc7b59fd994b09b611.tar.gz |
[core] Tiles that error on load are not renderable
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
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 |