diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-09 19:54:04 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-14 18:23:03 +0300 |
commit | 5d62028ed2c4029a4c6bff0140594cad94b557c4 (patch) | |
tree | 2318c3060a5602fccf004e1124d9ebfb0f2aad0b /cmake | |
parent | cd8eb13ba2d8b65f6cac12a36e0586abc56fcb9f (diff) | |
download | qtlocation-mapboxgl-5d62028ed2c4029a4c6bff0140594cad94b557c4.tar.gz |
[test] Added API.RecycleMapUpdateImages test
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 19412e6133..aaf0271bd4 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -17,6 +17,7 @@ set(MBGL_TEST_FILES test/api/api_misuse.test.cpp test/api/custom_layer.test.cpp test/api/query.test.cpp + test/api/recycle_map.cpp # gl test/gl/bucket.test.cpp |