summaryrefslogtreecommitdiff
path: root/cmake/test-files.cmake
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-04-21 09:19:47 -0700
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-04-25 17:23:54 -0700
commit3c175adf30546fe58713b8fed29ac35a85e150be (patch)
tree5666e9bcf311ed1b86a13444e50dc7a030c10da9 /cmake/test-files.cmake
parentea8ec38df156c6683c886253dbb1f6bc828686ff (diff)
downloadqtlocation-mapboxgl-3c175adf30546fe58713b8fed29ac35a85e150be.tar.gz
[core] split off render layers
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r--cmake/test-files.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index 02df6c4d67..9012ae9616 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -41,6 +41,9 @@ set(MBGL_TEST_FILES
# programs
test/programs/binary_program.test.cpp
+ # renderer
+ test/renderer/group_by_layout.test.cpp
+
# sprite
test/sprite/sprite_atlas.test.cpp
test/sprite/sprite_parser.test.cpp
@@ -90,7 +93,6 @@ set(MBGL_TEST_FILES
test/style/function/source_function.test.cpp
# style
- test/style/group_by_layout.test.cpp
test/style/paint_property.test.cpp
test/style/source.test.cpp
test/style/style.test.cpp