diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-13 12:20:35 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-22 10:17:25 +0300 |
commit | 224e9e6261e332dc97b3fad3be58f3146d07b280 (patch) | |
tree | af586dc0fe7d3c3c0bfd7bd38b598fb4bd87b0f9 /cmake | |
parent | 80e4b2f1abfb59cf956d8fdea4576e566357ba25 (diff) | |
download | qtlocation-mapboxgl-224e9e6261e332dc97b3fad3be58f3146d07b280.tar.gz |
[test] Re-added API.ZoomHistory
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 aaf0271bd4..027c34f31e 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -18,6 +18,7 @@ set(MBGL_TEST_FILES test/api/custom_layer.test.cpp test/api/query.test.cpp test/api/recycle_map.cpp + test/api/zoom_history.cpp # gl test/gl/bucket.test.cpp |