From 9ebf727f56819f259a7a0771b1ed58b14c3adea3 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Thu, 13 Jul 2017 15:35:02 +0300 Subject: [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 --- cmake/test-files.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/test-files.cmake') 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 -- cgit v1.2.1