diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-06-11 14:02:15 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-06-12 10:55:46 +0200 |
commit | 9af5172f98a4319ba4d8d9d4cb7a24ac8bd9ea12 (patch) | |
tree | 21e315d8aea8439947b142c4ef6dcd4c5d34fbbb /cmake | |
parent | ed7623092515f264ab4dc8e8dc7f493ecfd67a6c (diff) | |
download | qtlocation-mapboxgl-9af5172f98a4319ba4d8d9d4cb7a24ac8bd9ea12.tar.gz |
[core] fix undefined behavior in LineAtlas::addDash
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 8105cbf5ce..a93f199d2a 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -23,6 +23,7 @@ set(MBGL_TEST_FILES # geometry test/geometry/dem_data.test.cpp + test/geometry/line_atlas.test.cpp # gl test/gl/bucket.test.cpp |