summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-07-13 15:35:02 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-07-18 10:45:12 +0200
commit9ebf727f56819f259a7a0771b1ed58b14c3adea3 (patch)
tree0fa580307dda6cbc63674c5b8b351455fe94a318 /cmake
parenta5a0558bde5d67617b6f305179063cd4e0ac329e (diff)
downloadqtlocation-mapboxgl-9ebf727f56819f259a7a0771b1ed58b14c3adea3.tar.gz
[core] BackendScope prevent double (de-)activation
- Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state
Diffstat (limited to 'cmake')
-rw-r--r--cmake/test-files.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index ca7182581b..2d2ed7d35b 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -41,6 +41,7 @@ set(MBGL_TEST_FILES
test/programs/symbol_program.test.cpp
# renderer
+ test/renderer/backend_scope.test.cpp
test/renderer/group_by_layout.test.cpp
test/renderer/image_manager.test.cpp