summaryrefslogtreecommitdiff
path: root/cmake/test-files.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-10-28 16:39:50 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-02 09:44:42 -0800
commit141e995806576364d185626176c1b993fc519291 (patch)
treeecdc41fc7699f2a1a9e9456157348451ebe99597 /cmake/test-files.cmake
parent6a6bddb4537004cc1bfc506e76772de74d33f3f7 (diff)
downloadqtlocation-mapboxgl-141e995806576364d185626176c1b993fc519291.tar.gz
[core] Add support for data-driven styling
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r--cmake/test-files.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index 76e0857142..2e2c297492 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -77,7 +77,11 @@ set(MBGL_TEST_FILES
# style
test/style/filter.test.cpp
- test/style/functions.test.cpp
+
+ # style/function
+ test/style/function/camera_function.test.cpp
+
+ # style
test/style/group_by_layout.test.cpp
test/style/paint_property.test.cpp
test/style/source.test.cpp