summaryrefslogtreecommitdiff
path: root/cmake/test-files.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-01-17 11:48:37 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-01-17 15:18:14 -0600
commit531a1c3070a098b5b31082c0500f0a3ce6a500bb (patch)
treedc01f3f1b164fc564624d498aea02b6c42576cd8 /cmake/test-files.cmake
parentb04e11b5ca377e288b9ad27406603e4e1076a375 (diff)
downloadqtlocation-mapboxgl-531a1c3070a098b5b31082c0500f0a3ce6a500bb.tar.gz
[core] Fix calculation of delayed transitions
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r--cmake/test-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index 7eca71299f..bf908e758c 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -55,6 +55,7 @@ set(MBGL_TEST_FILES
test/src/mbgl/test/stub_file_source.hpp
test/src/mbgl/test/stub_layer_observer.hpp
test/src/mbgl/test/stub_style_observer.hpp
+ test/src/mbgl/test/stub_tile_observer.hpp
test/src/mbgl/test/test.cpp
test/src/mbgl/test/util.cpp
test/src/mbgl/test/util.hpp
@@ -80,6 +81,7 @@ set(MBGL_TEST_FILES
test/style/filter.test.cpp
test/style/functions.test.cpp
test/style/group_by_layout.test.cpp
+ test/style/paint_property.test.cpp
test/style/source.test.cpp
test/style/style.test.cpp
test/style/style_layer.test.cpp